mapmetrics 0.0.5
mapmetrics: ^0.0.5 copied to clipboard
Permissive and performant mapping library that supports Mapbox Vector Tiles (MVT) powered by MapLibre SDKs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mapmetrics
With Flutter:
$ flutter pub add mapmetrics
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mapmetrics: ^0.0.5
Alternatively, 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:mapmetrics/mapmetrics.dart';