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 [...]

example/lib/main.dart

import 'package:example/src/example_app.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const XYMapExampleApp());
}

class XYMapExampleApp extends StatelessWidget {
  const XYMapExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'XY Map Example',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: const ExampleApp(),
    );
  }
}
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