Commit c57ec7b8 authored by Izol's avatar Izol

Update version SS.16.WWW

parent 76ee3b15
sdk.dir=/Users/macbookpro/Library/Android/sdk
flutter.sdk=/Users/macbookpro/Developer/flutter
flutter.buildMode=debug
flutter.versionName=SS.15.WWW
flutter.versionCode=8
\ No newline at end of file
flutter.versionName=SS.16.WWW
flutter.versionCode=9
\ No newline at end of file
......@@ -1312,16 +1312,6 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
showDialog(
context: context,
builder: (context) {
// Future.delayed(Duration(seconds: int.parse(idle)), () {
// Navigator.of(context).pop(true);
// setState(() {
// isShowingDialog = true;
// if (timer != null) timer?.cancel();
// dataQris = null;
// _showTap();
// tapIdle();
// });// Menutup dialog setelah durasi tertentu
// });
return StatefulBuilder(builder: (context, StateSetter setState) {
return Container(
decoration: BoxDecoration(
......@@ -1732,7 +1722,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
],
),
),
SizedBox(height: 30),
SizedBox(height: 10),
Container(
margin: const EdgeInsets.only(
right: 300, left: 300),
......@@ -1828,7 +1818,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
]
),
),
SizedBox(height: 20),
SizedBox(height: 10),
Positioned(
bottom: 20,
right: 0,
......
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