Open kristhyanmatos opened 2 years ago
hello! put in
MaterialApp( builder: asuka.builder, navigatorObservers: [asuka.asukaHeroController], title: "App", debugShowCheckedModeBanner: false, localizationsDelegates: const [ GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, MonthYearPickerLocalizations.delegate, ], supportedLocales: const [Locale("pt", "BR")], theme: ligthTheme, darkTheme: darkTheme, )
Warning: This application's locale, pt_BR, is not supported by all of its localization delegates.
hello! put in
Warning: This application's locale, pt_BR, is not supported by all of its localization delegates.