Creating Plugins
Last updated
Was this helpful?
Last updated
Was this helpful?
Plugins extend flutter_map's functionality. There's no specific definition, but they often offer additional utilities and/or layers.
If one of the doesn't suit your needs, then you can create your own, to achieve maximum customizability.
If you've made your own plugin that you're willing to share, please let us know in the #plugins channel on the flutter_map Discord server. We can then add it to the Plugins List. We're always looking forward to see what you've made!
When submitting a plugin, please ensure the plugin:
preferably includes flutter_map_ in the name, by convention
preferably includes the #flutter-map pub.dev topic
is available via a standard pub.dev package installation
includes good documentation (at least to setup basic functionality), and a code example