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

Null Check operator on Null value error #39

Open
prajwal27 opened this issue Jun 26, 2021 · 2 comments
Open

Null Check operator on Null value error #39

prajwal27 opened this issue Jun 26, 2021 · 2 comments

Comments

@prajwal27
Copy link

image

onTap function is marked as nullable, but ! null check operator is used on it, which results in an error in one of my apps.

If this is a legit issue, can I make an MR fixing this?

@Brinfotech1407
Copy link

I am to facing this issue

Null check operator used on a null value

When the exception was thrown, this was the stack:
#0 ParsedText.build.. (package:flutter_parsed_text/src/parsed_text.dart:170:46)
#1 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:182:24)
#2 TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:607:11)
#3 BaseTapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:296:5)
#4 BaseTapGestureRecognizer.acceptGesture (package:flutter/src/gestures/tap.dart:267:7)
...

@JhonyPerez
Copy link

JhonyPerez commented Feb 2, 2023

Fix for the issue: #50

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