PlacesAutocomplete: [VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: Null check operator used on a null value
nitin1633 opened this issue · 2 comments
nitin1633 commented
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
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.
angwandi commented