-
Notifications
You must be signed in to change notification settings - Fork 106
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
sidestep nullable error #37
base: main
Are you sure you want to change the base?
Conversation
address kotlin build error in flutter 3, issue incrediblezayed#32
@sshipman Seems this branch has conflict, can you fix? |
Yeah, but it's basically a one liner. It'll be quicker to reproduce the
fix in a new branch. I can't get to this for several hours (actual job)
…On Tue, May 17, 2022, 12:22 PM Katekko ***@***.***> wrote:
@sshipman <https://github.com/sshipman> Seems this branch has conflict,
can you fix?
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABA6P2NX2JLVCLH3IKTVRLVKPWXVANCNFSM5VWNZDGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
merge conflicts resolved. Please sanity check! |
@incrediblezayed @clong1995 May can you check for us? |
I will, but tbh, I did fix that specific issue in my latest commit itself |
Nice, thanks for your time. Maybe can you publish on the pub.dev? |
Yes I will, as soon as possible |
Hi, @incrediblezayed could you pls publish to pub.dev? This error prevents my app from building on android. Thank you for your time :) |
Hi, I'm so sorry, I'll check and update today |
After updating to Flutter 3, I started getting build errors as in issue #32. This was because the variable used was nullable, but the method required a non-nullable. We already had that! so I just use it directly.