Bryan Gintz

Results 4 issues of 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(), )); ```...

waiting for response

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...

bug

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`...

bug
waiting for response

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....

question