[✓] Flutter (Channel stable, 3.44.1, on macOS 26.5 25F71 darwin-arm64, locale es-MX) [11.1s]
• Flutter version 3.44.1 on channel stable at /opt/homebrew/Caskroom/flutter/3.32.5/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 924134a44c (13 days ago), 2026-05-29 12:13:22 -0400
• Engine revision c416acfeb8
• Dart version 3.12.1
• DevTools version 2.57.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets,
no-enable-swift-package-manager, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [14.6s]
• Android SDK at /Users/usuario/Library/Android/sdk
• Emulator version 35.4.9.0 (build_id 13025442) (CL:N/A)
• Platform android-36, build-tools 36.0.0
• ANDROID_HOME = /Users/usuario/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.6+-13355223-b631.42)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.5) [22.2s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17F42
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [7ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (4 available) [20.5s]
• iPhone Crediclub (wireless) (mobile) • XXXXXXXXXX • ios • iOS 27.0 24A5355q
• iphone se 3rd (mobile) • XXXXXXXXXX • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-1 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.5 25F71 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 149.0.7827.103
[✓] Network resources [331ms]
• All expected network resources are available.
• No issues found!
Context / Attempts to Fix
UISceneDelegatein our iOS runner. However, the exact same behavior persists even after ensuring a correctUISceneDelegatesetup.Steps to reproduce
TextFieldorTextFormField.Expected results
Tapping the text field should focus the input, display the text cursor, and bring up the iOS soft keyboard normally without any visual glitches or splash screen overlays.
Actual results
Upon tapping the text field in Release/TestFlight mode on iOS 27 Beta, the application immediately overlays the splash screen for a few seconds. After this brief period, it returns to the active view. This does not happen when debugging the application locally.
Code sample
Code sample
Logs
Logs
console
NO LOGS
Media
Video
MicrosoftTeams-video.mp4
Flutter Doctor output
Doctor output