sharemap_maplib_flutter 0.0.3
sharemap_maplib_flutter: ^0.0.3 copied to clipboard
A MapLibre-based map widget for Flutter integrating ShareMap APIs, supporting dynamic POI layer toggling, HMAC-signed requests, and custom style loading.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sharemap_maplib_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sharemap_maplib_flutter: ^0.0.3Alternatively, 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:sharemap_maplib_flutter/sharemap_maplib_flutter.dart';