codegrue / card_settings

A flutter package for building card based forms.
https://pub.dartlang.org/packages/card_settings
MIT License
555 stars 103 forks source link

Feature request: Add a Location Widget #44

Open json469 opened 5 years ago

json469 commented 5 years ago

Hi,

Firstly, thanks for the awesome package, I'm using it very well :) Are there any plans for adding location information?

I am aware Google's flutter map isn't quite there yet, so that could be a significant hindrance but there are also plenty of other alternative Google maps packages (i.e. FlutterPlacez). I would love to contribute if I had the skills and knowledge 😄

Kind regards, Jesse

rodydavis commented 5 years ago

Definitely doable, what kind of picker are you looking for? Just an address auto complete like the google places api?

https://pub.dartlang.org/packages/flutter_google_places_autocomplete

codegrue commented 4 years ago

How do you see a map being used on an entry form (which this library is used for)?