Skip to content

Does not work with flutter 1.7 #238

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

Closed
gorillatapstudio opened this issue Aug 2, 2019 · 2 comments
Closed

Does not work with flutter 1.7 #238

gorillatapstudio opened this issue Aug 2, 2019 · 2 comments

Comments

@gorillatapstudio
Copy link

I verified a couple of time. Everything works for flutter 1.5 but in 1.7 i keep getting the "boolean expression must not be null" whenever make a parse server request. if i switch back to flutter 1.5, it works. I tried both the 1.0.21 an 1.0.22 versions.

@RodrigoSMarques
Copy link
Contributor

I am using in version 1.7. Flutter and lib version 1.0.21 and 1.0.23 with no problem.
How are you starting Parse in code?
An await is required.
See the sample code.

https://github.com/phillwiggins/flutter_parse_sdk/blob/master/example/lib/main.dart

@gorillatapstudio
Copy link
Author

you are right. i didn't await for parse init. Thanks a million!!

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

2 participants