smmap_lv_interface 1.0.2
smmap_lv_interface: ^1.0.2 copied to clipboard
A common platform interface for the mapbox_gl plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smmap_lv_interfaceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smmap_lv_interface: ^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:smmap_lv_interface/smmap_lv_interface.dart';