add version text
This commit is contained in:
@@ -66,9 +66,12 @@ class _SplashScreenState extends State<SplashScreen> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
new Image.asset(
|
||||
"assets/logo.jpg",
|
||||
Container(
|
||||
height: 180,
|
||||
width: 180,
|
||||
child: new Image.asset(
|
||||
"assets/logo.jpg",
|
||||
),
|
||||
),
|
||||
SizedBox(height: 50),
|
||||
Column(
|
||||
|
||||
Reference in New Issue
Block a user