agus_maps_flutter 0.1.8
agus_maps_flutter: ^0.1.8 copied to clipboard
High-performance offline vector maps for Flutter using the CoMaps rendering engine.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add agus_maps_flutterWith Flutter:
$ flutter pub add agus_maps_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
agus_maps_flutter: ^0.1.8Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:agus_maps_flutter/agus_maps_flutter.dart';