manuel
manuel
I found the problem ... In method OnLayout get RootWindowInsets but get null and Crash.. !¡ I have Android version 25 and the RootWindowInsets insert in android version 23, but...
Hi, I think the problem is due to not initialize the method "NumDecimals" as by default does not support decimal (NumDecimals == 0). Try this, if it does not work...
Add files to reproduce insue. the class to mock. `class PreferencesService { static const String _localeKey = 'selected_locale'; late SharedPreferences _sharedPreferences; Future initialize() async { _sharedPreferences = await SharedPreferences.getInstance(); }...