step 5 : slicing screen rekam, add scanner package

This commit is contained in:
sindhu
2025-02-22 01:52:30 +07:00
parent 4db558ab68
commit 61fedad0ca
9 changed files with 234 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ class HomeScreen extends HookConsumerWidget {
),
child: ElevatedButton(
onPressed: () {
// Navigator.of(context).pushNamed(scanRoute);
Navigator.of(context).pushNamed(rekamRoute);
},
style: ElevatedButton.styleFrom(
backgroundColor: Constant.bgButton,