Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josxha/flutter_map_plugins
The source code for all sorts of flutter_map plugins.
https://github.com/josxha/flutter_map_plugins
dart flutter flutter-map flutter-package
Last synced: about 4 hours ago
JSON representation
The source code for all sorts of flutter_map plugins.
- Host: GitHub
- URL: https://github.com/josxha/flutter_map_plugins
- Owner: josxha
- Created: 2023-06-09T06:26:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T05:10:05.000Z (4 months ago)
- Last Synced: 2024-07-17T14:58:54.031Z (4 months ago)
- Topics: dart, flutter, flutter-map, flutter-package
- Language: Dart
- Homepage: https://pub.dev/publishers/joscha-eckert.de/packages
- Size: 49.6 MB
- Stars: 25
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plugins for the flutter_map ecosystem πΊοΈ
This repository contains multiple flutter packages that extend the
functionality of [flutter_map](https://pub.dev/packages/flutter_map).[![stars](https://badgen.net/github/stars/josxha/flutter_map_plugins?label=stars&color=green&icon=github)](https://github.com/josxha/flutter_map_plugins/stargazers)
[![codecov](https://codecov.io/gh/josxha/flutter_map_plugins/graph/badge.svg?token=5045489G7X)](https://codecov.io/gh/josxha/flutter_map_plugins)
[![GitHub last commit](https://img.shields.io/github/last-commit/josxha/flutter_map_plugins)](https://github.com/josxha/flutter_map_plugins)
[![Issues](https://img.shields.io/github/issues/josxha/flutter_map_plugins)](https://github.com/josxha/flutter_map_plugins/issues)
[![Open PRs](https://badgen.net/github/open-prs/josxha/flutter_map_cache?label=Open+PRs&color=green)](https://GitHub.com/josxha/flutter_map_plugins/pulls)- A combined example app can be found under
[./example](https://github.com/josxha/flutter_map_plugins)
or use the hosted version
at [https://flutter-map-plugins.web.app](https://flutter-map-plugins.web.app/).
- Need a list of all `flutter_map` plugins? Check out
the [awesome-flutter-map](https://github.com/josxha/awesome-flutter-map?tab=readme-ov-file#awesome-flutter-map)
list.## Packages
### [flutter_map_cache](https://pub.dev/packages/flutter_map_cache)
[![Pub Version](https://img.shields.io/pub/v/flutter_map_cache)](https://pub.dev/packages/flutter_map_cache)
[![likes](https://img.shields.io/pub/likes/flutter_map_cache?logo=flutter)](https://pub.dev/packages/flutter_map_cache)
[![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_cache)](https://pub.dev/packages/flutter_map_cache)A slim yet powerful caching plugin for flutter_map tile layers. Supports any
storage backend you would possibly want.- This package fills the gap
between [dio_cache_interceptor](https://pub.dev/packages/dio_cache_interceptor)
and flutter_map.
- Support for tile cancellation### [flutter_map_compass](https://pub.dev/packages/flutter_map_compass)
[![Pub Version](https://img.shields.io/pub/v/flutter_map_compass)](https://pub.dev/packages/flutter_map_compass)
[![likes](https://img.shields.io/pub/likes/flutter_map_compass?logo=flutter)](https://pub.dev/packages/flutter_map_compass)
[![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_compass)](https://pub.dev/packages/flutter_map_compass)A compass for flutter_map that indicates the map rotation. It rotates the map
back to north on top when clicked.### [flutter_map_maplibre](https://pub.dev/packages/flutter_map_maplibre)
[![Pub Version](https://img.shields.io/pub/v/flutter_map_maplibre)](https://pub.dev/packages/flutter_map_maplibre)
[![likes](https://img.shields.io/pub/likes/flutter_map_maplibre?logo=flutter)](https://pub.dev/packages/flutter_map_maplibre)
[![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_maplibre)](https://pub.dev/packages/flutter_map_maplibre)Performant Mapbox Vector Tiles (MVT) support for flutter_map powered by native
MapLibre SDKs.### [flutter_map_mbtiles](https://pub.dev/packages/flutter_map_mbtiles)
[![Pub Version](https://img.shields.io/pub/v/flutter_map_mbtiles)](https://pub.dev/packages/flutter_map_mbtiles)
[![likes](https://img.shields.io/pub/likes/flutter_map_mbtiles?logo=flutter)](https://pub.dev/packages/flutter_map_mbtiles)
[![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_mbtiles)](https://pub.dev/packages/flutter_map_mbtiles)This package provides the `MbTilesTileProvider` that can be used with
flutter_map tile layers.- This package uses [mbtiles](https://pub.dev/packages/mbtiles) under the hood
for the MBTiles support.
- MBTiles is a file format to store map tiles in a single SQLite database.### [flutter_map_pmtiles](https://pub.dev/packages/flutter_map_pmtiles)
[![Pub Version](https://img.shields.io/pub/v/flutter_map_pmtiles)](https://pub.dev/packages/flutter_map_pmtiles)
[![likes](https://img.shields.io/pub/likes/flutter_map_pmtiles?logo=flutter)](https://pub.dev/packages/flutter_map_pmtiles)
[![Pub Popularity](https://img.shields.io/pub/popularity/flutter_map_pmtiles)](https://pub.dev/packages/flutter_map_pmtiles)This package provides the `PmTilesTileProvider` that can be used with
flutter_map tile layers.- This package uses [pmtiles](https://pub.dev/packages/pmtiles) under the hood
for the PMTiles support.
- PMTiles is an open archive format for pyramids of tile data, accessible via
HTTP Range Requests. Head over to [protomaps.com](https://protomaps.com/) to
learn more about
PMTiles.### [vector_map_tiles_mbtiles](https://pub.dev/packages/vector_map_tiles_mbtiles)
[![Pub Version](https://img.shields.io/pub/v/vector_map_tiles_mbtiles)](https://pub.dev/packages/vector_map_tiles_mbtiles)
[![likes](https://img.shields.io/pub/likes/vector_map_tiles_mbtiles?logo=flutter)](https://pub.dev/packages/vector_map_tiles_mbtiles)
[![Pub Popularity](https://img.shields.io/pub/popularity/vector_map_tiles_mbtiles)](https://pub.dev/packages/vector_map_tiles_mbtiles)This package provides the `MbTilesVectorTileProvider` that can be used with
the [vector_map_tiles](https://pub.dev/packages/vector_map_tiles) which itself
adds support for vector tiles to flutter_map.- This package uses [mbtiles](https://pub.dev/packages/mbtiles) under the hood
for the MBTiles support.
- MBTiles is a file format to store map tiles in a single SQLite database.### [vector_map_tiles_pmtiles](https://pub.dev/packages/vector_map_tiles_pmtiles)
[![Pub Version](https://img.shields.io/pub/v/vector_map_tiles_pmtiles)](https://pub.dev/packages/vector_map_tiles_pmtiles)
[![likes](https://img.shields.io/pub/likes/vector_map_tiles_pmtiles?logo=flutter)](https://pub.dev/packages/vector_map_tiles_pmtiles)
[![Pub Popularity](https://img.shields.io/pub/popularity/vector_map_tiles_pmtiles)](https://pub.dev/packages/vector_map_tiles_pmtiles)This package provides the `PmTilesVectorTileProvider` that can be used with
the [vector_map_tiles](https://pub.dev/packages/vector_map_tiles) which itself
adds support for vector tiles to flutter_map.- This package uses [pmtiles](https://pub.dev/packages/pmtiles) under the hood
for the PMTiles support.
- PMTiles is an open archive format for pyramids of tile data, accessible via
HTTP Range Requests. Head over to [protomaps.com](https://protomaps.com/) to
learn more about
PMTiles.## Contributions
A huge thanks to all contributors! π
[![List of contributors](https://contrib.rocks/image?repo=josxha/flutter_map_plugins)](https://github.com/josxha/flutter_map_plugins/graphs/contributors)