fluttercommunity/flutter_google_places

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

nitin1633 opened this issue · 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

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.

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