hybrid_map_marker 1.0.0
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_markerWith Flutter:
$ flutter pub add hybrid_map_markerThis 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.0Alternatively, 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';