flutter_map Docs
Project LinksπŸ’ Support Us
v8
v8
  • flutter_map
  • Why & How
    • 🌟Showcase & Case Studies
    • ❔How Does It Work?
      • Raster vs Vector Tiles
    • πŸ‘€Demo & Examples
  • Getting Started
    • πŸš€What's New In v8?
    • Installation
  • Usage
    • Base Widget
      • Unbounded Horizontal Scrolling
    • Options
      • Interaction Options
      • Custom CRSs
    • Layers
    • Programmatic Interaction
      • Controllers & Cameras
      • External Custom Controllers
      • Listen To Events
    • Full API Reference
  • Layers
    • Tile Layer
      • Tile Providers
      • Caching
    • Marker Layer
    • Polygon Layer
    • Polyline Layer
    • Circle Layer
    • Overlay Image Layer
    • Attribution Layer
    • Layer Interactivity
      • Hit Testing Behaviour
  • Tile Servers
    • Using OpenStreetMap (direct)
    • Using Mapbox
    • Using Google Maps
    • Using Tracestrack
    • Using Thunderforest
    • Using Stadia Maps
    • Using Lima Labs
    • Using Bing Maps
    • Offline Mapping
    • Other Options
  • Plugins
    • Plugins List
    • Creating Plugins
      • Tile Providers
      • Layers
      • Caching Providers
  • Thanks
    • πŸ’Supporters
    • ✏️Credits & Contributing
Powered by GitBook

Β© flutter_map Authors & Maintainers

On this page
  • Tools
  • Additional Layers
  • Offline Mapping
  • Tile Container Parsers/Providers
  • Better Markers
  • Marker Clustering
  • Better Polylines & Polygons
  • Miscellaneous

Was this helpful?

Edit on GitHub
Export as PDF
  1. Plugins

Plugins List

PreviousOther OptionsNextCreating Plugins

Last updated 20 days ago

Was this helpful?

There are many independently maintained 'plugins' created by the 'flutter_map' community that give extra, prebuilt functionality, saving you even more time and potentially money.

Some pages in this documentation provide direct links to these plugins to make it easier for you to find a suitable plugin.

However, if you're just browsing, a full list is provided below (in no particular order), containing many of the available plugins. You can click on any of the tiles to visit its GitHub repo or pub.dev package.

Although these plugins have been checked by 'flutter_map' maintainers, we do not accept responsibility for any issues or threats posed by independently maintained plugins.

Use plugins at your own risk.

There is no guarantee that any of these plugins will support the latest version of flutter_map. Please remain patient with the plugin authors/owners.

Many plugins provide multiple methods to achieve similar goals. It is recommended to read the documentation of each potential plugin before using it in your project, as they might have slightly different feature sets or stability.

Tools

Additional Layers

Offline Mapping

To help choose between one of these plugins or a DIY solution, see:

Tile Container Parsers/Providers

Better Markers

Marker Clustering

Better Polylines & Polygons

Miscellaneous

Offline Mapping

flutter_map_animations (TesteurManiak)

Replacement MapController which provides animated movement alternatives

vector_map_tiles (greensopinion)

Suite of tools and layers for working with vector maps and associated style files

flutter_map_geojson2 (Zverik)

Parse GeoJSON into map features, with simplespec styling support

flutter_map_polywidget (TimBaumgart)

Layer that allows any widget to be displayed inside a positioned box, similar to Overlay Image Layer

fluttermap_heatmap (tprebs)

Layer that represents multiple data points in a density-to-color relationship

flutter_map_compass (josxha)

Simple compass that illustrates the direction of the map rotation (not the user's real heading)

flutter_map_tile_caching (JaffaKetchup)

Advanced, performant, highly configurable caching & bulk downloading (under a GPL license)

flutter_map_cache (josxha)

Lightweight mid-term tile caching with support for most storage backends and request cancellation

flutter_map_mbtiles (josxha)

Offline and online MBTiles parser and provider (vector variant also available)

flutter_map_pmtiles (josxha)

Offline and online PMTiles parser and provider (vector variant also available)

flutter_map_location_marker (tlserver)

Provides a prebuilt solution to display the user's location and heading/direction

flutter_map_marker_popup (rorystephenson)

Provides a prebuilt solution to display a popup above a marker when tapped

flutter_map_floating_marker_titles (androidseb)

Enables the display of 'floating' titles over markers

flutter_map_supercluster (rorystephenson)

Superfastβ„’ marker clustering solution, without animations

flutter_map_marker_cluster (lpongetti)

Beautiful and animated marker clustering solution

flutter_map_radius_cluster (rorystephenson)

Marker clustering solution with support for async marker searching within a radius

flutter_map_line_editor (ibrierley)

Enables better dynamic editing of Polylines and Polygons

line_animator (ibrierley)

Interpolates along a set of points, allowing gradual drawing of lines and animating moving markers

flutter_map_rastercoords (jeremejazz)

Basic utilities to make working with non-geographical tiled large images easier