added profil and kurir page in pengirim, added pengiriman page at kurir, sort the api, design the ui back

This commit is contained in:
kicap1992
2022-06-26 00:47:09 +08:00
parent 330bfdeadb
commit dc2c23ffc3
42 changed files with 3654 additions and 297 deletions

View File

@ -209,7 +209,7 @@ class LoginController extends GetxController {
items: const [
BottomNavigationBarItem(
icon: Icon(Icons.home),
label: 'Home',
label: 'Halaman Utama',
),
BottomNavigationBarItem(
icon: Icon(Icons.login),
@ -221,7 +221,7 @@ class LoginController extends GetxController {
),
],
currentIndex: _indexTap.value,
selectedItemColor: const Color.fromARGB(255, 148, 183, 229),
selectedItemColor: const Color.fromARGB(255, 2, 72, 72),
onTap: _onItemTapped,
);
}