vtzero_dart 1.0.2 copy "vtzero_dart: ^1.0.2" to clipboard
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_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vtzero_dart: ^1.0.2

Alternatively, 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';
1
likes
145
points
665
downloads

Publisher

verified publisherlandyrev.com

Weekly Downloads

A Dart/Flutter FFI wrapper around the vtzero C++ library for decoding Mapbox Vector Tiles (MVT) with native performance and cross-platform support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, fixnum, flutter, plugin_platform_interface, vector_tile

More

Packages that depend on vtzero_dart

Packages that implement vtzero_dart