Bryan Oltman

Results 51 issues of Bryan Oltman

### Page URL https://docs.flutter.dev/development/packages-and-plugins/developing-packages/ ### Page source https://github.com/flutter/website/tree/main/src/development/packages-and-plugins/developing-packages.md ### Describe the problem This page does not mention Pigeon (https://pub.dev/packages/pigeon). Pigeon is a Google-developed tool that makes creating plugins much easier,...

d.enhancement
p2-medium
e1-hours
dev.plugin
from.page-issue
dev.packages
lang.native-code

### Page URL https://docs.flutter.dev/development/packages-and-plugins/developing-packages/ ### Page source https://github.com/flutter/website/tree/main/src/development/packages-and-plugins/developing-packages.md ### Describe the problem This document covers a large breadth of information and use cases and would benefit from being broken up...

enhancement
p2-medium
e2-days

The ability to switch between dark/light mode, adjust text scale, switch target platform (iOS, Android, etc.) would allow devs to quickly verify that their widget functions as expected in a...

enhancement
P4

drift/test/database/validate_schema_test.dart validates drift_dev schema generation and should be moved to drift_dev tests.

Conventionally, Objective C methods which return a value by operating on a parameter adhere to the `[ReturnType]with[ParamType]` or `[ReturnType]by[Operation][ParamType]` format. Examples of this in Foundation include [NSNumber's numberWithInteger:](https://developer.apple.com/documentation/foundation/nsnumber/1551473-numberwithinteger?language=objc), [NSString's stringByApplyingTransform:reverse:](https://developer.apple.com/documentation/foundation/nsstring/1407787-stringbyapplyingtransform?language=objc),...

I'm following the docs for [entity subclassing](https://floor.codes/entities/#inheritance) and seeing an error when running the code generator: ``` You are trying to change an object which is not an entity. package:sample/models.dart:132:16...

Initial copy of Stager from https://github.com/bryanoltman/stager.

**Description** When an app uses multiple loggers, it can be tough to distinguish between them ("is it my ApiClient logger or my DataStore logger outputting this error?"). Adding the ability...

enhancement

**Description** We're seeing users accidentally enter input other than 'y' or 'n' to a `confirm` prompt that follows a long build step (see https://github.com/shorebirdtech/shorebird/issues/1572). It would be a nice guardrail...

enhancement

### Page URL https://docs.flutter.dev/cookbook/testing/integration/profiling/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/testing/integration/profiling.md ### Describe the problem Docs reference `flutter_driver` but doesn't include installation instructions (i.e., `flutter pub add 'dev:flutter_driver:{"sdk":"flutter"}'`). It also seems like flutter_driver...

p2-medium
e2-days
from.page-issue
test.general
test.integration
test.driver