-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
Upgrade to sound null-safety #870
Conversation
patched version
Co-authored-by: Sata51 <vm.mathieu@gmail.com>
Co-authored-by: Sata51 <vm.mathieu@gmail.com>
Co-authored-by: Sata51 <vm.mathieu@gmail.com>
…tLng>' of 'stream'
Yes, I can take a look today. |
I've resolved the comments from @ThexXTURBOXx in #919 |
Hi, |
Thanks for all the work you're doing, is there any update on this review? Eagerly waiting for this and the other flutter_map libs to be updated. Thanks! |
Hi, |
* Update README.md - Clarified all options for offline mapping - Fixed some capitalisation inconsistencies. * Update README.md
@@ -7,20 +7,20 @@ class GroupLayerOptions extends LayerOptions { | |||
List<LayerOptions> group = <LayerOptions>[]; | |||
|
|||
GroupLayerOptions({ | |||
Key key, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so it isn't missed. GroupLayerOptions should have a nullable constructor. This has been solved in #921.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merged, thanks
…ap into issues/829-nullsafety
Co-authored-by: 6y <tlserver6y@gmail.com>
Um, my #913 PR was just overwritten. Can we add this back in please? It's quite important I think, because it explains a lot about caching etc... |
@JaffaKetchup There were merge conflicts, so I'm re-adding that manually. |
Ok, I've linked the exact changes I made above (click Raw to copy paste) :) |
Same goes with #919 , not sure if all those have been solved yey |
* fix: remove deprecated properties Removes deprecated properties, updates documentation and changed bounds getCenter to a getter. * fix: simplify center getter * docs: improve documentation for NetworkTileProvider * docs: update documentation for tileProvider
…Call updateInterval required.
Hooray! |
Wow :) |
Yeah same, great if this could be published to pub.dev sooner rather than later. |
Published, thanks everyone! |
Moves @escamoteur nullsafety-branch in PR #851 so that the community can contribute to it without blocking progress.