You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: