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
| List<LayerOptions> group = <LayerOptions>[]; | ||
|
|
||
| GroupLayerOptions({ | ||
| Key key, |
There was a problem hiding this comment.
Just so it isn't missed. GroupLayerOptions should have a nullable constructor. This has been solved in #921.
…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.