Добавил ресурсы приложения PIP, иконка приложения устанавливается при сборке
This commit is contained in:
@@ -21,7 +21,7 @@ class SplashScreen extends StatelessWidget {
|
||||
platform.invokeMethod("getLocale").then((locale) {
|
||||
Intl.defaultLocale = locale;
|
||||
print(Intl.defaultLocale);
|
||||
showNextScreen(context);
|
||||
// showNextScreen(context);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user