[iOS] Add iOS live text input engine side support#34751
[iOS] Add iOS live text input engine side support#34751auto-submit[bot] merged 6 commits intoflutter:mainfrom
Conversation
shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.mm
Outdated
Show resolved
Hide resolved
jmagman
left a comment
There was a problem hiding this comment.
LGTM!
cc @LongCatIsLooong re: #29229
shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm
Outdated
Show resolved
Hide resolved
LongCatIsLooong
left a comment
There was a problem hiding this comment.
LGTM. Any reason for implementing isLiveTextInputAvailable in the platform plugin instead of the text input plugin?
|
Hi @LongCatIsLooong
So I think it is more appropriate to put it in platform plugin. |
|
I merged |
Preview:
normal.video.mp4
Related PR in flutter framework (WIP)
flutter/flutter#96637
List which issues are fixed by this PR. You must list at least one issue.
flutter/flutter#91896
This PR will let the framework side query the device live text input ability.(See framework PR class
LiveText)If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].
Pre-launch Checklist
writing and running engine tests.
///).