Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null check bug fix #132

Merged
merged 7 commits into from
Aug 11, 2022
Merged

Null check bug fix #132

merged 7 commits into from
Aug 11, 2022

Conversation

aytunch
Copy link
Contributor

@aytunch aytunch commented Aug 11, 2022

Fixes: #124

Also applied the same Marker disappearing fix I previously merged in to flutter_map: fleaflet/flutter_map#1291

@lpongetti can you please merge this too while you are at it? It causes red screen as you can see from the related issue 124

I have been using this fix for the past month in a production app and no null exceptions aroused to crashlytics

aytunch added 7 commits July 15, 2022 20:39
upgraded to `flutter_map` 2.0.0
To upgrade needed to use a fork of `flutter_map_marker_popup` which supports 2.0.0
Single and Cluster Marker off-bounds calculations are fixed according to PR#1291 of `flutter_map`. I think these methods should not be re-implemented in the plugings and main package should expose them.
added `key: marker.key ?? ObjectKey(marker.marker)` as suggested by @rbellens pr#125
null check added to fix issue#124
@lpongetti lpongetti merged commit 85c182d into lpongetti:master Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Null check operator used on a null value
2 participants