Karim Abdo
Karim Abdo
The plugin `flutter_geocoder` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2...
Hi guys, I was testing the latest version of flutter and found out this issue For the new Flutter version(1.24.0-10.2.pre), you need to change `ThemeData inheritTheme = Theme.of(context, shadowThemeOnly: true);`...
Hi, I was trying to do a nested lookup in a model router that looks like (model1__model2__model3) but it always crashes. and says Nested lookups are not supported! Is there...