flutter_map_tile_caching_plus 11.1.0-pre.1
flutter_map_tile_caching_plus: ^11.1.0-pre.1 copied to clipboard
Enhanced plugin for 'flutter_map' providing advanced caching functionality, with ability to download map regions for offline use. Originally based on flutter_map_tile_caching by Luka S (JaffaKetchup).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_map_tile_caching_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_map_tile_caching_plus: ^11.1.0-pre.1Alternatively, 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_tile_caching_plus/flutter_map_tile_caching_plus.dart';