step 10 : slicing scan screen, add pubdev, fungsi camera, crop, rotate angle
This commit is contained in:
@@ -109,7 +109,9 @@ class HomeScreen extends HookConsumerWidget {
|
||||
y: 48,
|
||||
),
|
||||
child: ElevatedButton(
|
||||
onPressed: () {},
|
||||
onPressed: () {
|
||||
Navigator.of(context).pushNamed(scanRoute);
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: Constant.bgButton,
|
||||
shape: RoundedRectangleBorder(
|
||||
|
||||
Reference in New Issue
Block a user