update permission
This commit is contained in:
@ -31,7 +31,8 @@ class _PermissionHandlerScreenState extends State<PermissionHandlerScreen> {
|
|||||||
TextButton(
|
TextButton(
|
||||||
child: const Text('わかった'),
|
child: const Text('わかった'),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.of(context).pop();
|
//Navigator.of(context).pop();
|
||||||
|
Get.toNamed(AppPages.TRAVEL);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -105,6 +106,11 @@ class _PermissionHandlerScreenState extends State<PermissionHandlerScreen> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container();
|
return Container(
|
||||||
|
color: Colors.white,
|
||||||
|
child: Center(
|
||||||
|
child: Text(""),
|
||||||
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user