Добавил ресурсы приложения PIP, иконка приложения устанавливается при сборке

This commit is contained in:
Ivan Murashov
2017-09-06 18:59:13 +03:00
parent 60090ea437
commit 8d81fb185d
15 changed files with 68 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ class SplashScreen extends StatelessWidget {
platform.invokeMethod("getLocale").then((locale) {
Intl.defaultLocale = locale;
print(Intl.defaultLocale);
showNextScreen(context);
// showNextScreen(context);
});
});