vector_map_tiles 10.0.0-beta.1
vector_map_tiles: ^10.0.0-beta.1 copied to clipboard
A plugin for flutter_map that enables the use of vector tiles with slippy maps and Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vector_map_tilesWith Flutter:
$ flutter pub add vector_map_tilesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vector_map_tiles: ^10.0.0-beta.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:vector_map_tiles/vector_map_tiles.dart';