flutter_map_text_marker 0.1.0 copy "flutter_map_text_marker: ^0.1.0" to clipboard
flutter_map_text_marker: ^0.1.0 copied to clipboard

A flutter_map MapPlugin that gives a user the ability to add custom text markers to the map.

example/lib/main.dart

import 'package:example/map.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const MapPage(),
    );
  }
}
0
likes
70
pub points
54%
popularity

Publisher

verified publisherxaer.dev

A flutter_map MapPlugin that gives a user the ability to add custom text markers to the map.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_map, latlong2

More

Packages that depend on flutter_map_text_marker