olof-dev
olof-dev
I only learned from https://github.com/dart-lang/sdk/issues/57324 that one can declare an abstract instance variables of an abstract class via something like `abstract String name;`. It'd be great if this could be...
### Use case I'm using the `git:` functionality of pubspec.yaml to depend on a package distributed via a git repository. That repository consists of a Flutter plugin that uses native...
### Steps to reproduce 1. Create a `CheckboxListTile` with an `onChanged` that changes its `selected` property, and its `title` being a `TextField`. 2. Click on the `TextField`. (I have only...