maplibre_gl 0.27.0
maplibre_gl: ^0.27.0 copied to clipboard
Native MapLibre maps for Flutter: Mapbox Vector Tile (MVT) and PMTiles sources, custom styles, GeoJSON layers and offline regions on Android, iOS and Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add maplibre_glThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
maplibre_gl: ^0.27.0Alternatively, 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:maplibre_gl/maplibre_gl.dart';