marker_icon 0.7.1 copy "marker_icon: ^0.7.1" to clipboard
marker_icon: ^0.7.1 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add marker_icon

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

dependencies:
  marker_icon: ^0.7.1

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:marker_icon/marker_icon.dart';
67
likes
100
pub points
82%
popularity

Publisher

unverified uploader

A package to convert Widget, Local image, Netwok image, Svg file to BitmapDescriptor which can use 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 marker_icon