Commit b7193e9b authored by Izol's avatar Izol

Update version SS.17.WWW

parent c57ec7b8
sdk.dir=/Users/macbookpro/Library/Android/sdk
flutter.sdk=/Users/macbookpro/Developer/flutter
flutter.buildMode=debug
flutter.versionName=SS.16.WWW
flutter.versionCode=9
\ No newline at end of file
flutter.versionName=SS.17.WWW
flutter.versionCode=10
\ No newline at end of file
......@@ -1345,27 +1345,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
vertical: 10, horizontal: 20),
child: Row(
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(
width: 400,
),
......@@ -1382,8 +1361,9 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
],
),
),
content: Container(
child: ListBody(
content: Column(
children: [
ListBody(
children: <Widget>[
Container(
margin: EdgeInsets.only(top: 0),
......@@ -1719,9 +1699,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
),
],
),
],
),
),
SizedBox(height: 10),
Container(
margin: const EdgeInsets.only(
......@@ -1818,11 +1795,13 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
]
),
),
SizedBox(height: 10),
Positioned(
bottom: 20,
right: 0,
child: Stack(
SizedBox(height: 15),
Align(
alignment: Alignment.center,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children:[
Stack(
alignment: Alignment.center,
children: [
ValueListenableBuilder(
......@@ -1848,12 +1827,19 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
),
),
),
]
),
],
),
),
],
),
),
],
),
],
),
),
),
),
......@@ -2334,7 +2320,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
buildwalletCard(),
SizedBox(height: 20),
buildServices(context),
SizedBox(height: 20),
SizedBox(height: 10),
// 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