flutter-form-builder-ecosystem / form_builder_map_field

Map Input Field for flutter_form_builder package. Used to select coordinates on a map.
https://pub.dev/packages/form_builder_map_field
BSD 2-Clause "Simplified" License
6 stars 3 forks source link

How to change value programmatically? #1

Open israellias opened 4 years ago

israellias commented 4 years ago

I want to add onTap function to change value of its marker. What is the best way to deal with it?

Thanks!