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

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

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';
80
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