You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I close the screen that has the mapbox, it throws me this message:
I/flutter (15285): A MapboxMapController was used after being disposed.
I/flutter (15285): Once you have called dispose() on a MapboxMapController, it can no longer be used.
I/flutter (15285): #0 ChangeNotifier.debugAssertNotDisposed.<anonymous closure (package:flutter/src/foundation/change_notifier.dart:157:9)
I/flutter (15285): #1 ChangeNotifier.debugAssertNotDisposed (package:flutter/src/foundation/change_notifier.dart:164:6)
I/flutter (15285): #2 ChangeNotifier.dispose (package:flutter/src/foundation/change_notifier.dart:323:27)
I/flutter (15285): #3 MapboxMapController.dispose (package:mapbox_gl/src/controller.dart:1230:11)
I/flutter (15285): #4 _MapboxMapState.dispose (package:mapbox_gl/src/mapbox_map.dart:271:18)
I/flutter (15285):
I have the Mapbox widget wrapped in a SingleChildScrollView.
I am using Android devices (v11 and v13).
Version Gradle 7.4.2
Flutter 3.7.12 | Dart 2.19.6 | Android Studio Flamingo 2022.2.1 Patch 1
This is my code:
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When I close the screen that has the mapbox, it throws me this message:
I/flutter (15285): A MapboxMapController was used after being disposed.
I/flutter (15285): Once you have called dispose() on a MapboxMapController, it can no longer be used.
I/flutter (15285): #0 ChangeNotifier.debugAssertNotDisposed.<anonymous closure (package:flutter/src/foundation/change_notifier.dart:157:9)
I/flutter (15285): #1 ChangeNotifier.debugAssertNotDisposed (package:flutter/src/foundation/change_notifier.dart:164:6)
I/flutter (15285): #2 ChangeNotifier.dispose (package:flutter/src/foundation/change_notifier.dart:323:27)
I/flutter (15285): #3 MapboxMapController.dispose (package:mapbox_gl/src/controller.dart:1230:11)
I/flutter (15285): #4 _MapboxMapState.dispose (package:mapbox_gl/src/mapbox_map.dart:271:18)
I/flutter (15285):
I have the Mapbox widget wrapped in a SingleChildScrollView.
I am using Android devices (v11 and v13).
Version Gradle 7.4.2
Flutter 3.7.12 | Dart 2.19.6 | Android Studio Flamingo 2022.2.1 Patch 1
This is my code:
The text was updated successfully, but these errors were encountered: