Stephen Vaudreuil
Stephen Vaudreuil
**Describe the bug** I was experiencing a bug where lines in a FlLineChart would not be drawn if I applied a transformation to the line. Tooltips and touch data were...
### Steps to reproduce 1. Add a `DropdownMenu` and assign it a `TextEditingController`. 2. Define a list of `DropdownMenuEntry`. Important: this list is dynamic, and re-created with each build. 3....
Hello. I would like to parameterize my `remote_schema_url` with environment variables (similar to `remote_schema_headers`), but it doesn't appear possible. My use case is that our organization has several development systems...
In the following code, the second `Placeholder` is assigned to the first row, even though the row is not wide enough to hold it. This causes a `FlutterError` ("GridPlacement.columnEnd cannot...
If I pass `clipData` and `rangeAnnotations`, I expect the range annotations to be clipped according to that data. As of 0.69.0, this is no longer the case. If there are...
**Describe the bug** According to the GraphQL spec, the description field can be multi-line and contain markdown-formatted text. I was disappointed to find out that when I run the introspection...
When using the [Tags annotation](https://pub.dev/packages/test#tagging-tests) for `dart test`, build runner fails with the following exception: ``` [SEVERE] json_serializable on test/integration_test.dart: Could not resolve annotation for `library asset:my_project/test/integration_test.dart`. ``` I was...
Hello, I am writing a graphql client in Dart that allows for building queries at runtime. As such, I am using fragments pretty extensively. However, since the fragments are defined...
When building a flutter application using web_socket_channel version 2.3.0 or 2.4.0 I get the following error: ``` Launching lib/main.dart on Stephen’s iPhone in debug mode... Automatically signing iOS for device...
Hello, When adding `flutter_maps_launcher` to a new flutter project, `flutter pub get` fails with the following error: ``` The plugin `maps_launcher` doesn't have a main class defined in /usr/.pub-cache/hosted/pub.dev/maps_launcher-3.0.0+1/android/src/main/java/com/example/maps_launcher/MapsLauncherPlugin.java or...