marker_with_label 0.0.8 copy "marker_with_label: ^0.0.8" to clipboard
marker_with_label: ^0.0.8 copied to clipboard

Dart 1 only

With that package you will be able to use Marker With Label API for Google Maps JavaScript API from Dart scripts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add marker_with_label

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

dependencies:
  marker_with_label: ^0.0.8

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

Import it

Now in your Dart code, you can use:

import 'package:marker_with_label/marker_with_label.dart';
0
likes
40
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

With that package you will be able to use Marker With Label API for Google Maps JavaScript API from Dart scripts.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

google_maps, js_wrapping

More

Packages that depend on marker_with_label