iOS GPS 設定によるポップアップ、バックグラウンド処理修正。Android は未確認

This commit is contained in:
2024-05-02 11:51:52 +09:00
parent 9d8f1ef31a
commit 7a97127a19
13 changed files with 515 additions and 52 deletions

View File

@ -72,6 +72,7 @@ class _GpsPageState extends State<GpsPage> {
],
)),
),
/*
Container(
color: Colors.transparent,
child: i.is_checkin == 1
@ -93,6 +94,8 @@ class _GpsPageState extends State<GpsPage> {
color: Colors.black,
))
: Container()),
*/
],
);
}