Bryan Gintz
Bryan Gintz
### Steps to reproduce I have a test that goes through the setup process which ends with: ``` await $.pumpWidgetAndSettle(UncontrolledProviderScope( container: ProviderContainer( observers: [], ), child: const MyApp(), )); ```...
I expected to be able to use the .next() function to programmatically move through the screens, but it only goes to the last one then does nothing. How can I...
We originally were using `6.0.10` and could not get iOS to scan with the scanWindow value. I switched to `7.0.0-rc1` and it worked!! But when I tried Android on `7.0.0-rc1`...
Finding dart_mappable has been great. I am trying to move away from json_serializable/json_annotation to just dart_mappable and I ran into something that I am not sure if I can do....