added qrcode generator and qrcode scanner, create the kurir profile page

This commit is contained in:
kicap1992
2022-07-01 05:01:30 +08:00
parent a6c69c1164
commit dd6ff664cb
21 changed files with 919 additions and 184 deletions

View File

@ -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());
}
}