update risk profile screen, kyc screen and image picker package added

This commit is contained in:
jayesh
2024-03-21 17:58:30 +05:30
parent 9a3ee57750
commit 3dd1e6d53e
19 changed files with 1610 additions and 532 deletions

View File

@@ -0,0 +1,8 @@
import 'package:get/get.dart';
class KYCController extends GetxController {
RxString panFrontImage = "".obs;
RxString panBackImage = "".obs;
RxString aadharFrontImage = "".obs;
RxString aadharBackImage = "".obs;
}