10/24/2
This commit is contained in:
@@ -176,14 +176,6 @@ class HomeCaptain extends StatelessWidget {
|
||||
// );
|
||||
},
|
||||
child: const Icon(MaterialIcons.message)),
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
Get.to(() => TextScanner());
|
||||
},
|
||||
child: const Text(
|
||||
"Text Scanner",
|
||||
),
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
Get.to(() => TextExtractionView());
|
||||
|
||||
Reference in New Issue
Block a user