This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Replies: 1 comment
-
|
Hi @ublanke, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am a little confused how to use the provider. Intuitively, I thought this should be enough:
return TileLayer(
tileProvider: CancellableNetworkTileProvider(),
urlTemplate: ,
);
}
But I still get the message:
│ 💡 flutter_map
│ 💡 Consider installing the official 'flutter_map_cancellable_tile_provider' plugin for improved
│ 💡 performance on the web.
│ 💡 See https://pub.dev/packages/flutter_map_cancellable_tile_provider for more info.
What am I missing?
Thanks,
Ulf
Beta Was this translation helpful? Give feedback.
All reactions