flutter_map_markers 0.1.1 copy "flutter_map_markers: ^0.1.1" to clipboard
flutter_map_markers: ^0.1.1 copied to clipboard

Plugin for flutter_map to draw markers on map using canvas API with created presets.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_map_markers_example/demo_pages/marker_demo_page.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(title: 'Marker Demo', home: const MarkerDemoPage());
  }
}
2
likes
160
points
169
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Plugin for flutter_map to draw markers on map using canvas API with created presets.

Repository (GitHub)
View/report issues

Topics

#flutter-map #map #markers #canvas

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_map, latlong2, vector_math

More

Packages that depend on flutter_map_markers