Commit b7193e9b authored by Izol's avatar Izol

Update version SS.17.WWW

parent c57ec7b8
sdk.dir=/Users/macbookpro/Library/Android/sdk sdk.dir=/Users/macbookpro/Library/Android/sdk
flutter.sdk=/Users/macbookpro/Developer/flutter flutter.sdk=/Users/macbookpro/Developer/flutter
flutter.buildMode=debug flutter.buildMode=debug
flutter.versionName=SS.16.WWW flutter.versionName=SS.17.WWW
flutter.versionCode=9 flutter.versionCode=10
\ No newline at end of file \ No newline at end of file
...@@ -1345,27 +1345,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1345,27 +1345,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
vertical: 10, horizontal: 20), vertical: 10, horizontal: 20),
child: Row( child: Row(
children: [ children: [
// Align(
// alignment: Alignment.topLeft,
// child: GestureDetector(
// onTap: () {
// setState(() {
// checkCountZero = false;
// Navigator.pop(context);
// timer?.cancel();
// dataQris = null;
// isShowingDialog = true;
// _showTap();
// tapDial();
// });
// },
// child: Icon(
// Icons.arrow_back,
// size: 32,
// color: lightBackgroundColor,
// ),
// ),
// ),
SizedBox( SizedBox(
width: 400, width: 400,
), ),
...@@ -1382,8 +1361,9 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1382,8 +1361,9 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
], ],
), ),
), ),
content: Container( content: Column(
child: ListBody( children: [
ListBody(
children: <Widget>[ children: <Widget>[
Container( Container(
margin: EdgeInsets.only(top: 0), margin: EdgeInsets.only(top: 0),
...@@ -1719,9 +1699,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1719,9 +1699,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
), ),
], ],
), ),
],
),
),
SizedBox(height: 10), SizedBox(height: 10),
Container( Container(
margin: const EdgeInsets.only( margin: const EdgeInsets.only(
...@@ -1818,11 +1795,13 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1818,11 +1795,13 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
] ]
), ),
), ),
SizedBox(height: 10), SizedBox(height: 15),
Positioned( Align(
bottom: 20, alignment: Alignment.center,
right: 0, child: Column(
child: Stack( mainAxisAlignment: MainAxisAlignment.center,
children:[
Stack(
alignment: Alignment.center, alignment: Alignment.center,
children: [ children: [
ValueListenableBuilder( ValueListenableBuilder(
...@@ -1848,12 +1827,19 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1848,12 +1827,19 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
), ),
), ),
), ),
]
),
], ],
), ),
), ),
], ],
), ),
), ),
],
),
],
),
), ),
), ),
), ),
...@@ -2334,7 +2320,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -2334,7 +2320,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
buildwalletCard(), buildwalletCard(),
SizedBox(height: 20), SizedBox(height: 20),
buildServices(context), buildServices(context),
SizedBox(height: 20), SizedBox(height: 10),
// buildFloat(), // buildFloat(),
], ],
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment