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

PlacesAutocomplete: [VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: Null check operator used on a null value #203

Open nitin1633 opened 2 years ago

nitin1633 commented 2 years ago

while searching the list in iOS, Getting error "Unhandled Exception: Null check operator used on a null value" Flutter version 3.0.0

neriksso commented 2 years ago

I think that this was fixed in this commit: 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 to fix this by setting types, components and strictbounds in the PlacesAutocompleteWidget.

angwandi commented 2 years ago

I think that this was fixed in this commit: 1029b50

However, it seems that the latest version, 0.3.2, has not been pushed to pub.dev yet. I managed to fix this by setting types, components and strictbounds in the PlacesAutocompleteWidget.

This works perfectly well. Thanks @neriksso