custom_marker_icon 0.2.0 copy "custom_marker_icon: ^0.2.0" to clipboard
custom_marker_icon: ^0.2.0 copied to clipboard

A package to use local image, network image and icons as google_maps_flutter's marker icon.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_marker_icon

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

dependencies:
  custom_marker_icon: ^0.2.0

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:custom_marker_icon/custom_marker_icon.dart';
9
likes
40
pub points
21%
popularity

Publisher

verified publisherabhishekduhoon.com

A package to use local image, network image and icons as google_maps_flutter's marker icon.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_cache_manager, google_maps_flutter

More

Packages that depend on custom_marker_icon