iOS GPS 設定によるポップアップ、バックグラウンド処理修正。Android は未確認
This commit is contained in:
@ -70,9 +70,12 @@ class _MapWidgetState extends State<MapWidget> with WidgetsBindingObserver {
|
||||
|
||||
// MapControllerの初期化が完了するまで待機
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
debugPrint("MapControllerの初期化が完了");
|
||||
setState(() {
|
||||
indexController.isMapControllerReady.value = true;
|
||||
});
|
||||
// MapControllerの初期化が完了したら、IndexControllerのonInitを呼び出す
|
||||
indexController.checkPermission();
|
||||
});
|
||||
|
||||
late MapResetController mapResetController = MapResetController();
|
||||
|
||||
Reference in New Issue
Block a user