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

outdated

A flutter_map plugin to add 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
0
points
31
downloads

Publisher

verified publisherxaer.dev

Weekly Downloads

A flutter_map plugin to add text markers to the map

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_map, latlong2

More

Packages that depend on flutter_map_text_marker