contact ui, create ticket

This commit is contained in:
jayesh
2024-03-22 17:21:40 +05:30
parent f0b1e1737d
commit be39551790
16 changed files with 846 additions and 37 deletions

View File

@@ -0,0 +1,8 @@
import 'dart:io';
import 'package:get/get.dart';
class ContactUsController extends GetxController {
RxList<File?> attachmentFileList = [File("")].obs;
RxList<String> attachmentPathNameList = [""].obs;
}