label_marker 0.0.2 copy "label_marker: ^0.0.2" to clipboard
label_marker: ^0.0.2 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.2
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
140
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_maps_flutter

More

Packages that depend on label_marker