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

A Flutter package that allows you to create custom map markers from any Flutter widget for use with Google Maps. Convert your custom widgets, including SVG images, icons, and complex layouts, into bit [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hybrid_map_marker

With Flutter:

 $ flutter pub add hybrid_map_marker

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

dependencies:
  hybrid_map_marker: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:hybrid_map_marker/hybrid_map_marker.dart';
2
likes
0
points
111
downloads

Publisher

verified publisherrudo.es

Weekly Downloads

A Flutter package that allows you to create custom map markers from any Flutter widget for use with Google Maps. Convert your custom widgets, including SVG images, icons, and complex layouts, into bitmap markers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, google_maps_flutter

More

Packages that depend on hybrid_map_marker