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 safety added on TextSelectionGestureDetector #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alihaider78222
Copy link

Pull request for Adding Null Safety Enhancements

Changes Made:
Introduced null checks in critical areas where methods can be null.

Benefits:
flutter_math_fork used in latest flutter_html: ^2.2.1 package causing bugs after updating flutter to 3.10.0 and dart to 3.0.0 fixes this issue.

Please review and merge this pull request to incorporate the added null safety measures into the project.

@Sese-Schneider
Copy link
Member

@alihaider78222 it looks like to me that the implementation of our package in flutter_html might be wrong. Why not fix it there instead?

@alihaider78222
Copy link
Author

@Sese-Schneider I agree but adding null safety here will surely prevent errors across all plugins using flutter_math_fork. what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants