-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Fix a type casting error in text_input.dart #109635
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 a type casting error in text_input.dart #109635
Conversation
dkwingsmt
left a comment
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
|
As a side note: I've searched |
|
Is this not part of Flutter Error: Stacktrace: |
|
No but it will likely be included in the next stable release. See https://github.com/flutter/flutter/wiki/Where's-my-Commit%3F |
|
@dkwingsmt @LongCatIsLooong Is there a plan to hotfix this into the stable branch? |
|
Can this please be included into next release? |
|
@dkwingsmt Would it be possible to have this hotfixed into 3.3 stable? We're seeing hundreds of these reports per day in our crash logs for a production app since moving to 3.3. The fix appears to be scheduled for 3.4, but it's unclear when that release will happen. |
|
I've submitted a CP request for this. |
(cherry picked from commit 8caa14e)
(cherry picked from commit 8caa14e)
(cherry picked from commit 8caa14e) Co-authored-by: LongCatIsLooong <[email protected]> Co-authored-by: Casey Hillers <[email protected]>
It's part of [TextureAndroidViewController]. Since the error has been observed on iOS it's unlikely that to be the cause. |
|
The thing is error log cant be represented by the last mile file name, so no one can trace it that where the actual issue is. |
The numbers can be integers.
Fixes #109632
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.