Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 282 Bytes

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