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

outdated

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
copied to clipboard

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

dependencies:
  label_marker: ^0.0.1
copied to clipboard

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';
copied to clipboard
83
likes
0
points
4.08k
downloads

Publisher

verified publisherscaria.dev

Weekly Downloads

2024.07.08 - 2025.01.20

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on label_marker