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
[CP] Null exception fix #113550
Comments
@HansMuller could you review this cherry pick please? |
Would be great to include it in 3.4.0 release. |
@LongCatIsLooong could you take a look at this cherry-pick request? |
Can it be prioritized, it's regressing allover |
LGTM |
Can this be closed now that the PR is merged or is the process to wait? #113553 |
We wait until it has officially shipped to users. I expect us to remain on schedule, and ship this tomorrow (11/02) at 10 AM PST. Afterwards, I'll close the CP requests that were merged. The reason we do this is occasionally a breakage is revealed in CI, and we have to revert a CP. |
This was released in 3.3.7 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
issue_link
#111095
Commit Hash
d728539
Target
stable
pr_link
#113553
Impacted Users
Android apps with text editing
Impact Description
A null exception is thrown for users of text editing on Android.
Workaround
or
Risk
medium
Test Coverage
yes
Validation Steps
If this test passes, then the fix works:
flutter/packages/flutter/test/widgets/editable_text_test.dart
Line 425 in f02cfd4
The text was updated successfully, but these errors were encountered: