added qrcode generator and qrcode scanner, create the kurir profile page
This commit is contained in:
@ -363,9 +363,9 @@ class PendaftaranKurirController extends GetxController {
|
||||
maskType: EasyLoadingMaskType.black,
|
||||
);
|
||||
|
||||
final _c = Get.put(BeforeLoginApi());
|
||||
final _api = Get.put(BeforeLoginApi());
|
||||
|
||||
Map<String, dynamic> inidia = await _c.sign_up_kurir(
|
||||
Map<String, dynamic> inidia = await _api.sign_up_kurir(
|
||||
data, fotoKTP, fotoHoldingKTP, fotoKendaraan, fotoProfil);
|
||||
|
||||
late String title, content;
|
||||
|
||||
Reference in New Issue
Block a user