xy_maps 0.0.1
xy_maps: ^0.0.1 copied to clipboard
xy_maps is a Flutter package that allows placing rich-commented markers on custom image backgrounds (e.g. floor plans). Users can zoom, pan, switch between edit/view mode, and export/import marker dat [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xy_mapsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xy_maps: ^0.0.1Alternatively, 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:xy_maps/xy_maps.dart';