vtzero_dart 1.0.2
vtzero_dart: ^1.0.2 copied to clipboard
A Dart/Flutter FFI wrapper around the vtzero C++ library for decoding Mapbox Vector Tiles (MVT) with native performance and cross-platform support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vtzero_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vtzero_dart: ^1.0.2Alternatively, 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:vtzero_dart/vtzero_dart.dart';