label_marker 1.0.1 copy "label_marker: ^1.0.1" to clipboard
label_marker: ^1.0.1 copied to clipboard

A package to create and use Google Maps marker with label text; the easiest and most efficient way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add label_marker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  label_marker: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:label_marker/label_marker.dart';
75
likes
140
pub points
96%
popularity

Publisher

verified publisherscaria.dev

A package to create and use Google Maps marker with label text; the easiest and most efficient way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on label_marker