Go to file
Marcin Wasilewski 7e74d385df Initial commit
2021-03-17 12:07:05 +01:00
example Initial commit 2021-03-17 12:07:05 +01: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
pubspec.lock Initial commit 2021-03-17 12:07:05 +01:00
pubspec.yaml Initial commit 2021-03-17 12:07:05 +01:00
README.md Initial commit 2021-03-17 12:07:05 +01:00

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),