xy_maps 0.0.2 copy "xy_maps: ^0.0.2" to clipboard
xy_maps: ^0.0.2 copied to clipboard

A Flutter package to place markers with rich text comments on floor plan images, with GeoJSON support.

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(),
    );
  }
}
3
likes
160
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to place markers with rich text comments on floor plan images, with GeoJSON support.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_quill, provider, uuid, vector_math

More

Packages that depend on xy_maps