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
If movements are made on the map and then widget is closed within 2 seconds, flutter crashes. If closed after 2 seconds, it works fine. This is the error I get: [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: setState() called after dispose(): _AnimatedCenterMarker#40cb6(lifecycle state: defunct, not mounted)
Seems like the problem is raised from this part in osm_flutter/lib/src/widgets/picker_location.dart:
The text was updated successfully, but these errors were encountered:
naysayer0
changed the title
CustomPickerLocation crashes if closed within 2 seconds after stopping movement
CustomPickerLocation crashes if closed within 2 seconds after movement
Dec 5, 2024
If movements are made on the map and then widget is closed within 2 seconds, flutter crashes. If closed after 2 seconds, it works fine. This is the error I get:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: setState() called after dispose(): _AnimatedCenterMarker#40cb6(lifecycle state: defunct, not mounted)
Seems like the problem is raised from this part in osm_flutter/lib/src/widgets/picker_location.dart:
Disposing the controller did not help.
The text was updated successfully, but these errors were encountered: