flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

Hardware keyboard not working on ios simulator

Open zmtzawqlp opened this issue 3 years ago • 1 comments

  1. download flutter boost as following: flutter_boost: git: url: 'https://github.com/alibaba/flutter_boost.git' ref: 'v3.0-release.2'

  2. run example , and click "Push Flutter Page"

  3. setting iOS simulator => Connect Hardware keyboard

  4. no response when type words with Hardware keyboard

  5. it's not happen if we didn't use flutter_boost.

Flutter version: it's not working on 2.10.3 or 3.0.4

zmtzawqlp avatar Jul 19 '22 05:07 zmtzawqlp

image

你用最新的FlutterBoost主线试试,我没能复现你说的问题。

[✓] Flutter (Channel main, 3.1.0-0.0.pre.2137, on macOS 12.0.1 21A559 darwin-x64, locale zh-Hans-CN) • Flutter version 3.1.0-0.0.pre.2137 on channel main at /Users/zero/development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 611c570915 (2 weeks ago), 2022-08-08 02:17:06 -0400 • Engine revision 5e33a1f88a • Dart version 2.19.0 (build 2.19.0-74.0.dev) • DevTools version 2.16.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1) • Android SDK at /Users/zero/Library/Android/sdk • Platform android-33, build-tools 33.0.0-rc1 • ANDROID_HOME = /Users/zero/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 13C100 • CocoaPods version 1.11.3

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)

[✓] VS Code (version 1.70.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension can be installed from: 🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (3 available) • iPhone 13 (mobile) • 2E3F1511-4D0E-4862-B34A-A4E2897B62E8 • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-2 (simulator) • macOS (desktop) • macos • darwin-x64 • macOS 12.0.1 21A559 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 104.0.5112.101

[✓] HTTP Host Availability • All required HTTP hosts are available

• No issues found!

0xZOne avatar Aug 22 '22 05:08 0xZOne