fix: rotate photo selfie

This commit is contained in:
2024-02-20 18:21:04 +07:00
parent c4c0479341
commit 2e98c1a234
4 changed files with 31 additions and 15 deletions

View File

@@ -52,8 +52,8 @@ class SubmissionDataViewModel extends ChangeNotifier {
];
List<ItemSelectForm> listImg = [
ItemSelectForm('', 'ID Card', image: ''),
ItemSelectForm('', 'Selfie with ID Card', image: ''),
ItemSelectForm('ktp', 'ID Card', image: ''),
ItemSelectForm('selfie', 'Selfie with ID Card', image: ''),
];
Future<List<CameraDescription>> initCamera() async {