flutter_google_places icon indicating copy to clipboard operation
flutter_google_places copied to clipboard

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

Open nitin1633 opened this issue 2 years ago • 2 comments

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

nitin1633 avatar May 23 '22 18:05 nitin1633

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.

neriksso avatar Jul 09 '22 17:07 neriksso

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

angwandi avatar Aug 24 '22 13:08 angwandi