flutter_google_places
flutter_google_places copied to clipboard
PlacesAutocomplete: [VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: Null check operator used on a null value
while searching the list in iOS, Getting error "Unhandled Exception: Null check operator used on a null value" Flutter version 3.0.0
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.
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
andstrictbounds
in the PlacesAutocompleteWidget.
This works perfectly well. Thanks @neriksso