xy_maps 0.0.1 copy "xy_maps: ^0.0.1" to clipboard
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_maps

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  xy_maps: ^0.0.1

Alternatively, 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';
6
likes
130
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 data using a GeoJSON-like format.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_quill, provider, uuid, vector_math

More

Packages that depend on xy_maps