Go to file
dvdrw 7d3f827fbc
chore: update deps
2023-10-12 18:02:16 +02:00
lib Initial commit 2021-03-17 12:07:05 +01:00
.gitignore Initial commit 2021-03-17 12:07:05 +01:00
.metadata Initial commit 2021-03-17 12:07:05 +01:00
CHANGELOG.md Initial commit 2021-03-17 12:07:05 +01:00
LICENSE Initial commit 2021-03-17 12:07:05 +01:00
README.md Initial commit 2021-03-17 12:07:05 +01:00
pubspec.lock chore: update deps 2023-10-12 18:02:16 +02:00
pubspec.yaml chore: update deps 2023-10-12 18:02:16 +02:00

README.md

flutter_map_mbtiles_provider

MBTilesProvider was originally implemented as part of flutter_map package

Example

TileLayerOptions(
  tileProvider: MBTilesImageProvider.fromAsset('assets/berlin.mbtiles'),
  maxZoom: 14.0,
  backgroundColor: Colors.white,
  tms: true),