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

Update v2 to match other form_builder 4.2.0 fields #4

Open edlman opened 3 years ago

edlman commented 3 years ago

Rename 'clear' to 'reset' to match other form fields. Put 'reset' icon into text field as 'suffixIcon' to match other form fields (datetime, dropdown, ...) Move 'close' button from 'end' to 'start' to not cover 'My position' button when enabled in LocationFieldDialog.

Signed-off-by: Martin Edlman ac@an.y-co.de