Ali Bakhtiyari
Ali Bakhtiyari
I got the same problem! **Flutter Doctor :** ` Flutter (Channel stable, 2.8.1, on Mac OS X 10.15.7 19H1323 darwin-x64, locale en-IR) • Flutter version 2.8.1 at /Users/alibakhtiyari/Downloads/flutter • Upstream...
@chavesgu did you test on release mode? because it's working fine on debug mode.
I get the same error too. i'm using easy_localization: ^3.0.0 this is my main function: `void main() async { WidgetsFlutterBinding.ensureInitialized(); await EasyLocalization.ensureInitialized(); runApp( EasyLocalization( supportedLocales: [Locale('fa', 'IR')], path: 'assets/translation', fallbackLocale:...
solved it by adding "await" before EasyLocalizationController.initEasyLocation(); on easy_localization_app.dart line 106. i'll request the merge.