Commit 965e5fff authored by Faizol's avatar Faizol

fixing ui

parent af2930c1
...@@ -18,11 +18,16 @@ This project is a starting point for a Flutter application. ...@@ -18,11 +18,16 @@ This project is a starting point for a Flutter application.
** Added Card history endpoint ticket & balance ✅ ** Added Card history endpoint ticket & balance ✅
** Added UI Card history endpoint ticket & balance ✅ ** Added UI Card history endpoint ticket & balance ✅
** Adjust Ui check balance ✅ ** Adjust Ui check balance ✅
** Added function print card history ** Added function print card history
** Added Ui print card history ** Added Ui print card history
** Update mifare mdd lib to version version: 0.1.42 ✅ ** Update mifare mdd lib to version version: 0.1.42 ✅
** Disable print history ✅ ** Disable print history ✅
** Update version ✅ ** Update version ✅
## Version App Change Log SS.23.2.WWW.SB.PC ## Version App Change Log SS.23.2.WWW.SB.PC
## Version Code 17 ## Version Code 17 (actual)
** remove icon printer ✅
** change icon reload ✅
** add datetime in history saldo & ticket ✅
** add scrollable effect to table history ✅
\ No newline at end of file
sdk.dir=C:\\Users\\MDD HP\\AndroidSDK sdk.dir=C:\\Users\\MDD HP\\AndroidSDK
flutter.sdk=C:\\Users\\MDD HP\\flutter flutter.sdk=C:\\Users\\MDD HP\\flutter
flutter.buildMode=debug flutter.buildMode=debug
flutter.versionName=SS.23.2.WWW.SB.PC flutter.versionName=1.0.0
flutter.versionCode=17 flutter.versionCode=1
\ No newline at end of file \ No newline at end of file
...@@ -11,6 +11,12 @@ Color blueColor = const Color(0xff53c1f9); ...@@ -11,6 +11,12 @@ Color blueColor = const Color(0xff53c1f9);
Color purpleColor = const Color(0xff5142E6); Color purpleColor = const Color(0xff5142E6);
Color greenColor = const Color(0xff22B07D); Color greenColor = const Color(0xff22B07D);
//Pallet timer
Color color1 = const Color(0xffFFCD4B);
Color color2 = const Color(0xff3876BF);
Color color3 = const Color(0xffDA0C81);
Color color4 = const Color(0xffE95793);
//Background color //Background color
Color lightBackgroundColor = const Color(0xffF6F8FB); Color lightBackgroundColor = const Color(0xffF6F8FB);
Color darkBackgroundColor = const Color(0xff020518); Color darkBackgroundColor = const Color(0xff020518);
......
This diff is collapsed.
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