squady_amap_flutter_map_plus 3.1.2
squady_amap_flutter_map_plus: ^3.1.2 copied to clipboard
Maintained Flutter AMap plugin fork with modern Flutter/AGP compatibility fixes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add squady_amap_flutter_map_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
squady_amap_flutter_map_plus: ^3.1.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:squady_amap_flutter_map_plus/squady_amap_flutter_map_plus.dart';