Начал экран успешного проведения покупки

This commit is contained in:
kifio
2017-07-24 08:48:51 +03:00
parent 3f7dc05d9e
commit 8dcae4c256
8 changed files with 240 additions and 98 deletions

View File

@@ -17,8 +17,8 @@ class SplashScreen extends StatelessWidget {
// После этого начинается проверка токена.
new Future.delayed(const Duration(milliseconds: 1000), () {
// pushRoute(context, new PurchaseScreen());
_showNextScreen(context);
pushRoute(context, new PurchaseScreen());
// _showNextScreen(context);
});
return new Image.asset(splash_png, fit: BoxFit.cover);