Commit f4ae6b12 authored by Izol's avatar Izol

Simplifikasi self service

- Update version SS.14.WWW
- Version code 7
- Adjust timer idle all state
- Adjust button wristband info
- Adjust manual and topup button
- Adjust layout wristband info
- Adjust state transaction failed
- Adjust state transaction success
- Adjust state 3 seconds go to topup page
- Adjust state timeout idle topup to tap card info
- Adjust init library in splash page
- Adjust configuration tap wristband different
- Added detection tap wristband in topup balance
- Added auto hide in show dialog succes and failed transactions
parent afc75ab7
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.13.WWW flutter.versionName=SS.14.WWW
flutter.versionCode=6 flutter.versionCode=7
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
...@@ -87,16 +87,16 @@ class _SplashPageState extends State<SplashPage> with TickerProviderStateMixin{ ...@@ -87,16 +87,16 @@ class _SplashPageState extends State<SplashPage> with TickerProviderStateMixin{
} }
if (storageStatus.isGranted && phoneStatus.isGranted) { if (storageStatus.isGranted && phoneStatus.isGranted) {
await initService(); // initService();
checkActivationAfterDelay(); checkActivationAfterDelay();
} else { } else {
// Handle the case when user declines the permission request // Handle the case when user declines the permission request
} }
} }
Future<void> initService() async { // Future<void> initService() async {
await StartService.initLibrary(); // await StartService.initLibrary();
} // }
void checkActivationAfterDelay() { void checkActivationAfterDelay() {
Future.delayed(Duration(seconds: 3), () { Future.delayed(Duration(seconds: 3), () {
......
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