-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the bug
If MapView or NavigationView are on background when view is disposed application can crash because faulty lifecycle handling.
Flutter version
3.35.1
Package version
0.6.4
Native SDK versions
- I haven't changed the version of the native SDKs
Flutter Doctor Output
not relevant
Steps to reproduce
Add application to background and kill it
Expected vs Actual Behavior
MapView and NavigationView should be aware of its current state and should not call methods in wrong order.
Code Sample
not relevant
Additional Context
No response
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.