offline_tiles 0.1.1
offline_tiles: ^0.1.1 copied to clipboard
Offline tile management for Flutter navigation maps with MBTiles-backed local fallback. Includes coverage tiers, runtime tile resolution, and a Flutter tile provider with pure Dart _core models.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add offline_tilesWith Flutter:
$ flutter pub add offline_tilesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
offline_tiles: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:offline_tiles/offline_tiles.dart';