update risk profile screen, kyc screen and image picker package added
This commit is contained in:
8
lib/controller/kyc_controller.dart
Normal file
8
lib/controller/kyc_controller.dart
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user