Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nitin1633 opened this issue May 23, 2022 · 2 comments

Comments

@nitin1633
Copy link

nitin1633 commented May 23, 2022

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

@neriksso
Copy link

neriksso commented Jul 9, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants