flutter_map 8.2.0
flutter_map: ^8.2.0 copied to clipboard
Flutter's №1 non-commercially aimed map client: it's easy-to-use, versatile, vendor-free, fully cross-platform, and 100% pure-Flutter
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_mapWith Flutter:
$ flutter pub add flutter_mapThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_map: ^8.2.0Alternatively, 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:flutter_map/flutter_map.dart';