Перенаправил на сервера автоклуба

This commit is contained in:
kifio
2017-07-28 08:30:35 +03:00
parent 311d532898
commit 344eda9040
9 changed files with 378 additions and 162 deletions

View File

@@ -20,7 +20,8 @@ class SplashScreen extends StatelessWidget {
return new Stack(children: <Widget>[getBackgroundContainer(),
new Align(alignment: FractionalOffset.bottomRight, child:
new Container(margin: new EdgeInsets.only(right: 11.0, bottom: 5.0), child: new Image.asset(powered_by_dinect_splash_png, height: 16.0, width: 122.0)))]);
new Container(margin: new EdgeInsets.only(right: 11.0, bottom: 5.0), child: new Image.asset(powered_by_dinect_splash_png, height: 16.0, width: 122.0))),
new Center(child: new Image.asset(splash_logo_png, height: 198.0, width: 252.0))]);
}
getBackgroundContainer() {