-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[CP] Fix a type casting error in text_input.dart #114806
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
Merged
CaseyHillers
merged 3 commits into
flutter:flutter-3.2-candidate.5
from
AlexV525:cp-8caa14e
Nov 9, 2022
Merged
[CP] Fix a type casting error in text_input.dart #114806
CaseyHillers
merged 3 commits into
flutter:flutter-3.2-candidate.5
from
AlexV525:cp-8caa14e
Nov 9, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 8caa14e)
CaseyHillers
approved these changes
Nov 9, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/plugins
that referenced
this pull request
Nov 9, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Nov 9, 2022
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
Nov 9, 2022
…#2792) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/plugins
that referenced
this pull request
Nov 10, 2022
auto-submit bot
pushed a commit
to flutter/plugins
that referenced
this pull request
Nov 11, 2022
…#6690) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
percula
pushed a commit
to percula/packages
that referenced
this pull request
Nov 17, 2022
…flutter#2792) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
adam-harwood
pushed a commit
to adam-harwood/flutter_plugins
that referenced
this pull request
Nov 21, 2022
…flutter#6690) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
mauricioluz
pushed a commit
to mauricioluz/plugins
that referenced
this pull request
Jan 26, 2023
…flutter#6690) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a: text input
Entering text in a text field or keyboard related problems
framework
flutter/packages/flutter repository. See also f: labels.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 8caa14e)
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.