This commit is contained in:
Hamza-Ayed
2023-10-27 18:53:56 +03:00
parent eabb7f0e54
commit c4285cface
2 changed files with 176 additions and 168 deletions

View File

@@ -197,10 +197,9 @@ class HomeCaptain extends StatelessWidget {
),
TextButton(
onPressed: () {
Get.to(() => Scaffold(
appBar: AppBar(),
body: CameraWidgetCardId(),
));
Get.to(
() => CameraWidgetCardId(),
);
},
child: const Text(
"Text IdCamera",