-
Notifications
You must be signed in to change notification settings - Fork 5
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
CastError - Null check operator used on a null value #1
Comments
@larssn |
Same, very busy. If I get time, I'll squeeze in a PR. |
I had the same issue:
The PR above should address it. |
@greensopinion Thank you, I've merged your PR and I'll release it on pub soon |
Thank you. When this gets published we will consume it in flutter_map
…On Wed, Sep 29, 2021 at 12:22 AM Arsam ***@***.***> wrote:
@greensopinion <https://github.com/greensopinion> Thank you, I've merged
your PR and I'll release it on pub soon
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKDQ7SGFTYXJM7MFZL6CN3UEK5CXANCNFSM463BXIGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@greensopinion sorry for updating too late. done. I'll close this issue. |
JaffaKetchup
pushed a commit
to fleaflet/flutter_map
that referenced
this issue
Jan 30, 2022
Update dependency to consume fix for arsamme/flutter-positioned-tap-detector/issues/1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems
_pendingTap
can be null occasionally when_onLongPressEvent
is called. Instead of using the bang operator, wouldn't it be better to just use actual null checks?The text was updated successfully, but these errors were encountered: