-
-
Notifications
You must be signed in to change notification settings - Fork 874
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
chore: refactor example app #1734
Conversation
Using flutter_map_cancellable_tile_provider is the recommended way. Not using it leads to console warnings on web, therefore use it everywhere.
I'll have a review of this as well, a little later. |
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.
LGTM! (waiting for @JaffaKetchup's review before approving)
Added notice banners to some example pages Improved consistency across pages Removed unnecessary file in example source
@TesteurManiak @ignatz Let me know what you think. If you're happy @TesteurManiak feel free to approve and merge. |
I only skimmed through the many lines. I only found a few pick-your-own-destiny nits. Looks like a great brush up. Thank you Josha |
Thanks @ignatz I appreciate it :) |
Co-authored-by: JaffaKetchup <[email protected]>
Co-authored-by: JaffaKetchup <[email protected]>
super.key
CancellableNetworkTileProvider
everywhere possible since it's the recommended way and to avoid console warningsCancellableTileProviderPage
use lint rules from the package for the example project tooMatch the lint rules with the package automaticallyflutter_lints
to^3.0.0