fluttercommunity / flutter_google_places

Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
https://pub.dev/packages/flutter_google_places
Other
303 stars 413 forks source link

Auto focus on AppBarPlacesAutoCompleteTextField is hardcoded to true #185

Open mantu-sahu opened 2 years ago

mantu-sahu commented 2 years ago

Shouldn't there be parameter for the caller to control the autofocus property to be set true / false?
Is there any alternative? I did not see anything to attach a focus node to the text field either.