Экран сканера

This commit is contained in:
Ivan Murashov
2017-07-19 18:59:04 +03:00
parent ff8ddf4334
commit bb45d252f1
31 changed files with 223 additions and 127 deletions

View File

@@ -16,7 +16,7 @@ class SplashScreen extends StatelessWidget {
_showNextScreen(context);
});
return new Image.asset(logo_png, fit: BoxFit.cover);
return new Image.asset(splash_png, fit: BoxFit.cover);
}
/// Запуск следующего экрана приложения.