custom_marker 1.0.0 copy "custom_marker: ^1.0.0" to clipboard
custom_marker: ^1.0.0 copied to clipboard

A package to convert Widget, Local image, Netwok image, Svg file to BitmapDescriptor which can be used in google_maps_flutter icon marker.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_marker

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

dependencies:
  custom_marker: ^1.0.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/marker_icon.dart';
75
likes
110
pub points
95%
popularity

Publisher

unverified uploader

A package to convert Widget, Local image, Netwok image, Svg file to BitmapDescriptor which can be used in google_maps_flutter icon marker.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_cache_manager, flutter_svg, google_maps_flutter

More

Packages that depend on custom_marker