mavriq-dev

Results 2 issues of mavriq-dev

The background color of NavigationDrawerDestination items do not follow the theme and the simulator. This is how the them appears: ![image](https://github.com/rydmike/flex_color_scheme/assets/1278955/9d8ab9eb-62a3-420a-8a42-6ea1aab190dc) In the simlator it looks like this: ![image](https://github.com/rydmike/flex_color_scheme/assets/1278955/52046d8d-a766-42cf-bfdd-9a35898217d7) I...

bug Flutter
V8

I'm trying to use the `ReactiveForms onWillPop` to handle saving to a database. I have it set up like this. ```dart return ReactiveForm( formGroup: form, onWillPop: () => _onWillPop(context, ref),...