Innocent Dema
Innocent Dema
Okay thank you, I will try it.
> OK, so I've got it working with `google_maps_webservice` by creating a text field with `PlaceDetails` extra data and copy-pasting `TextFieldBlocBuilder` into `PlaceDetailsBlocBuilder` with the only modification that suggestion type...
Thanks @ayushin @GiancarloCode I got it working the way I wanted. I followed [this model](https://github.com/GiancarloCode/form_bloc/issues/64#issuecomment-613836269 ) using `flutter_google_places: ^0.2.5` I just needed the address from google places API then use...
> I think that this was fixed in this commit: [1029b50](https://github.com/fluttercommunity/flutter_google_places/commit/1029b50739aa870ebeb54abf398907ef0aa5becb) > > However, it seems that the latest version, 0.3.2, has not been pushed to pub.dev yet. I managed...