https://github.com/josxha/awesome-flutter-map
A list of plugins and other packages that are within the flutter_map ecosystem.
https://github.com/josxha/awesome-flutter-map
List: awesome-flutter-map
awesome-list dart flutter flutter-map
Last synced: 2 months ago
JSON representation
A list of plugins and other packages that are within the flutter_map ecosystem.
- Host: GitHub
- URL: https://github.com/josxha/awesome-flutter-map
- Owner: josxha
- License: mit
- Created: 2023-06-01T19:14:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T14:31:27.000Z (2 months ago)
- Last Synced: 2025-04-12T20:03:16.094Z (2 months ago)
- Topics: awesome-list, dart, flutter, flutter-map
- Language: Dart
- Homepage: https://github.com/fleaflet/flutter_map
- Size: 85 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-flutter-map - A list of plugins and other packages that are within the flutter_map ecosystem. (Other Lists / Julia Lists)
README
# Awesome Flutter Map
This is a list of plugins and other packages that are within the [flutter_map](https://pub.dev/packages/flutter_map)
ecosystem.
[flutter_map](https://pub.dev/packages/flutter_map) is a mapping package for Flutter, based off of 'leaflet.js'.### Content
* [Markers, polylines and polygons](#markers-polylines-and-polygons)
* [Other layer plugins](#other-layer-plugins)
* [Fetch data](#fetch-data)
* [Miscellaneous](#miscellaneous)Is a package missing? Fork this repository, add its name to [list_data.yml](list_data.yml) and create a pull request.
---
## Markers, polylines and polygons
### flutter_map_dragmarker
Dragmarker class for flutter_map  
```yaml
flutter_map_dragmarker: ^8.0.3
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Mon, Apr 7, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_dragmarker) [GitHub](https://github.com/ibrierley/flutter_map_dragmarker) | ^8.0.0 |
### flutter_map_floating_marker_titles
Floating Map Marker Titles for flutter_map  
```yaml
flutter_map_floating_marker_titles: ^1.3.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Tue, Mar 4, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_floating_marker_titles) [GitHub](https://github.com/androidseb/flutter_map_floating_marker_titles) | ^8.0.0 |
### flutter_map_geojson
This package parses GeoJson formatted spatial data and creates arrays of Flutter Map objects using default or custom defined create functions.  
```yaml
flutter_map_geojson: ^1.0.8
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Fri, Apr 19, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_geojson) [GitHub](https://github.com/jozes/flutter_map_geojson) | >=6.0.0 <8.0.0 (not latest) |
### flutter_map_location_marker
A flutter map plugin for displaying device current location.  
```yaml
flutter_map_location_marker: ^10.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Mon, Mar 3, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_location_marker) [GitHub](https://github.com/tlserver/flutter_map_location_marker) | ^8.1.0 |
### flutter_map_marker_cluster
A Dart implementation of Leaflet.makercluster for Flutter apps. Provides beautiful animated marker clustering functionality for flutter_map.  
```yaml
flutter_map_marker_cluster: ^1.4.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Thu, Sep 19, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_marker_cluster) [GitHub](https://github.com/lpongetti/flutter_map_marker_cluster) | >=7.0.0 <8.0.0 (not latest) |
### flutter_map_marker_popup
Marker popups for flutter_map.  
```yaml
flutter_map_marker_popup: ^7.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Mon, Jun 10, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_marker_popup) [GitHub](https://github.com/rorystephenson/flutter_map_marker_popup) | ^7.0.0 (not latest) |
### line_animator
A Line Animator for Flutter  
```yaml
line_animator: ^2.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sat, Jan 25, 2025 | [pub.dev](https://pub.dev/packages/line_animator) [GitHub](https://github.com/ibrierley/line_animator) | - |## Layers
### flutter_map_compass
A simple compass for flutter_map. It shows the rotation of the map and resets the rotation back to 0 when tapped.  
```yaml
flutter_map_compass: ^1.1.1
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Wed, Feb 5, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_compass) [GitHub](https://github.com/josxha/flutter_map_plugins) | >=6.0.0 <9.0.0 |
### flutter_map_heatmap
A heatmap plugin for flutter_map  
```yaml
flutter_map_heatmap: ^0.0.8
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Thu, Dec 19, 2024 | [pub.dev](https://pub.dev/packages/flutter_map_heatmap) [GitHub](https://github.com/tprebs/fluttermap_heatmap) | >=7.0.0 <8.0.0 (not latest) |
### flutter_map_maplibre
Performant Mapbox Vector Tiles (MVT) support for flutter_map powered by native MapLibre SDKs.  
```yaml
flutter_map_maplibre: ^0.0.4
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Wed, Feb 19, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_maplibre) [GitHub](https://github.com/josxha/flutter_map_plugins) | ^8.0.0 |
### lat_lon_grid_plugin
Adds a latitude / longitude grid as plugin to the [flutter_map](https://github.com/fleaflet/flutter_map/).  
```yaml
lat_lon_grid_plugin: ^0.2.7
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sun, Jun 4, 2023 | [pub.dev](https://pub.dev/packages/lat_lon_grid_plugin) [Homepage](https://github.com/matthiasdittmer/) [GitHub](https://github.com/matthiasdittmer/lat_lon_grid_plugin) | >=3.0.0 |## Tile Providers
### flutter_map_cache
A slim yet powerful caching plugin for flutter_map tile layers.  
```yaml
flutter_map_cache: ^2.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sun, Apr 6, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_cache) [GitHub](https://github.com/josxha/flutter_map_plugins) | >=6.0.0 <9.0.0 |
### flutter_map_cancellable_tile_provider
Plugin for flutter_map that provides a `TileProvider` with the capability to cancel unnecessary HTTP tile requests  
```yaml
flutter_map_cancellable_tile_provider: ^3.1.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sun, Feb 2, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_cancellable_tile_provider) [Homepage](https://github.com/fleaflet/flutter_map) [GitHub](https://github.com/fleaflet/flutter_map_cancellable_tile_provider) | ^8.0.0 |
### flutter_map_pmtiles
PMTiles tile provider for flutter_map. It uses HTTP Range Requests to request tiles from a single local or hosted file.  
```yaml
flutter_map_pmtiles: ^1.0.5
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Wed, Feb 5, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_pmtiles) [GitHub](https://github.com/josxha/flutter_map_plugins) | >=6.0.0 <9.0.0 |## File support
### geojson
Utilities to work with geojson data. Parser with a reactive api, search and geofencing  
```yaml
geojson: ^1.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sat, Jul 10, 2021 | [pub.dev](https://pub.dev/packages/geojson) [GitHub](https://github.com/synw/geojson) | - |
### mbtiles
Mapbox MBTiles v1.3 files, support for vector and raster tiles.  
```yaml
mbtiles: ^0.4.2
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Fri, May 17, 2024 | [pub.dev](https://pub.dev/packages/mbtiles) [GitHub](https://github.com/josxha/dart_mbtiles) | - |
### vector_mbtiles
VectorMB Tiles is a Flutter plugin for working with Mapbox Vector Tiles in FlutterMap.  
```yaml
vector_mbtiles: ^0.0.5
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Tue, Oct 18, 2022 | [pub.dev](https://pub.dev/packages/vector_mbtiles) [GitHub](https://github.com/psytwo1/vector_mbtiles.git) | - |## Utility
### flutter_map_animations
Animation utilities for markers and controls of the flutter_map package.  
```yaml
flutter_map_animations: ^0.9.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Wed, Feb 5, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_animations) [GitHub](https://github.com/TesteurManiak/flutter_map_animations) | ^8.0.0 |
### flutter_map_line_editor
A basic Line and Polygon editor for `flutter_map` using drag markers  
```yaml
flutter_map_line_editor: ^8.0.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Mon, Feb 10, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_line_editor) [GitHub](https://github.com/ibrierley/flutter_map_line_editor) | - |
### flutter_map_math
Map realated calculations in one place. Like finding distance, mid point, bearing angle of two points.And finding destination point.Also convert degrees to radians and vice-versa  
```yaml
flutter_map_math: ^0.2.1
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sun, Mar 30, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_math) [GitHub](https://github.com/Ujjwalsharma2210/flutter_map_math) | - |
### flutter_map_tile_caching
Plugin for 'flutter_map' providing advanced caching functionality, with ability to download map regions for offline use.  
```yaml
flutter_map_tile_caching: ^10.1.1
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Sun, Mar 9, 2025 | [pub.dev](https://pub.dev/packages/flutter_map_tile_caching) [GitHub](https://github.com/JaffaKetchup/flutter_map_tile_caching) | ^8.1.1 |
### osrm
Open Source Routing Machine (OSRM) client for Dart.  
```yaml
osrm: ^0.0.8
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Fri, Sep 13, 2024 | [pub.dev](https://pub.dev/packages/osrm) [GitHub](https://github.com/physia/kflutter/tree/main/osrm) | - |
### polybool
Boolean operations on polygons (union, intersection, difference, xor).  
```yaml
polybool: ^0.2.0
```
| Last update | Links | flutter_map version |
| ----------- | ----- | ------------------- |
| Wed, Mar 1, 2023 | [pub.dev](https://pub.dev/packages/polybool) [GitHub](https://github.com/mohammedX6/poly_bool_dart/tree/master) | - |