added qrcode generator and qrcode scanner, create the kurir profile page
This commit is contained in:
@ -8,6 +8,8 @@ class KurirProfileBinding extends Bindings {
|
||||
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut<KurirProfileController>(() => KurirProfileController());
|
||||
// Get.lazyPut<KurirProfileController>(() => KurirProfileController());
|
||||
// Get.lazyPut<KurirApi>(() => KurirApi());
|
||||
Get.put(KurirProfileController());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user