flutter_map_mbtiles 1.0.2 copy "flutter_map_mbtiles: ^1.0.2" to clipboard
flutter_map_mbtiles: ^1.0.2 copied to clipboard

Mapbox MBTiles tile provider for flutter_map that can be used for a map that is 100% offline.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_map_mbtiles

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_map_mbtiles: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_map_mbtiles/flutter_map_mbtiles.dart';
6
likes
150
pub points
84%
popularity

Publisher

verified publisherjoscha-eckert.de

Mapbox MBTiles tile provider for flutter_map that can be used for a map that is 100% offline.

Repository (GitHub)
View/report issues

Topics

#flutter-map #mbtiles #map

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_map, mbtiles, sqlite3_flutter_libs

More

Packages that depend on flutter_map_mbtiles