-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix analysis issues with Flutter v3.22 #354
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Amir-P
We also need to update the CI
Thanks! Completely forgot about that. Now we have failing tests. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #354 +/- ##
==========================================
- Coverage 87.97% 87.89% -0.08%
==========================================
Files 64 64
Lines 10380 10379 -1
==========================================
- Hits 9132 9123 -9
- Misses 1248 1256 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Amit-P. LGTM
Just one question (and a typo)
// The addition of 1 point to testOffset.dy is added because somehow in | ||
// Flutter 3.22 the text painer for the offset is yielding wrong | ||
// text position (1 line above the correct line). | ||
final finalOffset = Offset(caretOffset.dx, testOffset.dy + 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really strange, no explanation for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find any. I even took a quick look at the commits in framework and engine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.