Skip to content

Commit

Permalink
add flutter_map_mbtiles
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Feb 11, 2024
1 parent e38c65c commit fff3539
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ storage backend you would possibly want.
A compass for flutter_map that indicates the map rotation. It rotates the map
back to north on top when clicked.

### [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)
Expand Down

0 comments on commit fff3539

Please sign in to comment.