-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 3.0Found to occur in 3.0Found to occur in 3.0found in release: 3.1Found to occur in 3.1Found to occur in 3.1frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onteam-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
Description
Steps to Reproduce
Flutter (Channel stable, 1.22.6, on Linux, locale en_US.UTF-8)
Tested on Android
Code
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: MyHomePage(title: 'Flutter Demo Home Page'),
);
}
}
class MyHomePage extends StatelessWidget {
MyHomePage({Key key, this.title}) : super(key: key);
final String title;
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(title),
),
body: Center(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Theme(
data: Theme.of(context).copyWith(
useTextSelectionTheme: true,
textSelectionTheme: const TextSelectionThemeData(
selectionHandleColor: Colors.red,
cursorColor: Colors.red,
),
),
child: TextField(),
),
],
),
),
);
}
}
Expected results: Handle color should be red
Actual results: Handle color remains unchanged. Cursor color on the other hand is applied. Setting TextSelectionThemeData.selectionHandleColor directly on MaterialApp does work as well.
Logs
[ +83 ms] executing: [/home/alex/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +23 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 9b2d32b605630f28625709ebd9d78ab3016b2bf6
[ ] executing: [/home/alex/dev/flutter/] git tag --points-at HEAD
[ +9 ms] Exit code 0 from: git tag --points-at HEAD
[ ] 1.22.6
[ +5 ms] executing: [/home/alex/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/home/alex/dev/flutter/] git ls-remote --get-url origin
[ +3 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +29 ms] executing: [/home/alex/dev/flutter/] git rev-parse --abbrev-ref HEAD
[ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +30 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +10 ms] executing: /home/alex/Android/Sdk/platform-tools/adb devices -l
[ +25 ms] List of devices attached
emulator-5554 device product:sdk_gphone_x86_64 model:sdk_gphone_x86_64 device:generic_x86_64_arm64 transport_id:1
[ +5 ms] /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop
[ +19 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +151 ms] Generating /home/alex/StudioProjects/test_handle_color/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +15 ms] ro.hardware = ranchu
[ +18 ms] Using hardware rendering with device sdk gphone x86 64. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering".
[ +14 ms] Starting incremental build...
[ +1 ms] Initializing file store
[ +9 ms] Skipping target: gen_localizations
[ +4 ms] complete
[ +4 ms] Launching lib/main.dart on sdk gphone x86 64 in debug mode...
[ +4 ms] /home/alex/dev/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/alex/dev/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot
--sdk-root /home/alex/dev/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata
-Ddart.developer.causal_async_stacks=true --output-dill /tmp/flutter_tools.QYZMDM/flutter_tool.SIJSLM/app.dill --packages .packages -Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts
--track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/cache.dill.track.dill
[ +8 ms] executing: /home/alex/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/alex/StudioProjects/test_handle_color/build/app/outputs/flutter-apk/app.apk
AndroidManifest.xml
[ +17 ms] Exit code 0 from: /home/alex/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/alex/StudioProjects/test_handle_color/build/app/outputs/flutter-apk/app.apk
AndroidManifest.xml
[ ] N: android=http://schemas.android.com/apk/res/android
E: manifest (line=2)
A: android:versionCode(0x0101021b)=(type 0x10)0x1
A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1e
A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
A: package="example.test_handle_color" (Raw: "example.test_handle_color")
A: platformBuildVersionCode=(type 0x10)0x1e
A: platformBuildVersionName=(type 0x10)0xb
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
E: application (line=16)
A: android:label(0x01010001)="test_handle_color" (Raw: "test_handle_color")
A: android:icon(0x01010002)=@0x7f080000
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
E: activity (line=21)
A: android:theme(0x01010000)=@0x7f0a0000
A: android:name(0x01010003)="example.test_handle_color.MainActivity" (Raw: "example.test_handle_color.MainActivity")
A: android:launchMode(0x0101001d)=(type 0x10)0x1
A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
E: meta-data (line=35)
A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
A: android:resource(0x01010025)=@0x7f0a0001
E: meta-data (line=45)
A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
A: android:resource(0x01010025)=@0x7f040000
E: intent-filter (line=49)
E: action (line=50)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
E: category (line=52)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
E: meta-data (line=59)
A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
A: android:value(0x01010024)=(type 0x10)0x2
[ +8 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ +47 ms] Exit code 0 from: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ ] --------- beginning of main
01-28 13:23:03.036 W/cmd ( 3112): Can't find service car_service
[ ] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ +17 ms] Exit code 0 from: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1
[ ] --------- beginning of main
01-28 13:23:03.977 W/cmd ( 3123): Can't find service car_service
[ +9 ms] <- compile package:test_handle_color/main.dart
[ +8 ms] executing: /home/alex/Android/Sdk/platform-tools/adb version
[ +10 ms] Android Debug Bridge version 1.0.41
Version 30.0.5-6877874
Installed as /home/alex/Android/Sdk/platform-tools/adb
[ +2 ms] executing: /home/alex/Android/Sdk/platform-tools/adb start-server
[ +10 ms] Building APK
[ +12 ms] Running Gradle task 'assembleDebug'...
[ +1 ms] gradle.properties already sets `android.enableR8`
[ +1 ms] Using gradle from /home/alex/StudioProjects/test_handle_color/android/gradlew.
[ ] /home/alex/StudioProjects/test_handle_color/android/gradlew mode: 33277 rwxrwxr-x.
[ +5 ms] executing: /home/alex/android-studio/jre/bin/java -version
[ +42 ms] Exit code 0 from: /home/alex/android-studio/jre/bin/java -version
[ ] openjdk version "1.8.0_242-release"
OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode)
[ +1 ms] executing: [/home/alex/StudioProjects/test_handle_color/android/] /home/alex/StudioProjects/test_handle_color/android/gradlew -Pverbose=true
-Ptarget-platform=android-x64 -Ptarget=/home/alex/StudioProjects/test_handle_color/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root assembleDebug
[ +721 ms] > Configure project :app
[ ] WARNING: The option setting 'android.enableR8=true' is deprecated.
[ ] It will be removed in version 5.0 of the Android Gradle plugin.
[ ] You will no longer be able to disable R8
[ ] > Task :app:compileFlutterBuildDebug UP-TO-DATE
[ ] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[ ] > Task :app:preBuild UP-TO-DATE
[ ] > Task :app:preDebugBuild UP-TO-DATE
[ ] > Task :app:compileDebugAidl NO-SOURCE
[ ] > Task :app:compileDebugRenderscript NO-SOURCE
[ ] > Task :app:generateDebugBuildConfig UP-TO-DATE
[ +89 ms] > Task :app:checkDebugAarMetadata UP-TO-DATE
[ ] > Task :app:cleanMergeDebugAssets
[ ] > Task :app:mergeDebugShaders UP-TO-DATE
[ ] > Task :app:compileDebugShaders NO-SOURCE
[ ] > Task :app:generateDebugAssets UP-TO-DATE
[ ] > Task :app:mergeDebugAssets
[ +199 ms] > Task :app:copyFlutterAssetsDebug
[ ] > Task :app:generateDebugResValues UP-TO-DATE
[ ] > Task :app:generateDebugResources UP-TO-DATE
[ ] > Task :app:mergeDebugResources UP-TO-DATE
[ ] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[ ] > Task :app:extractDeepLinksDebug UP-TO-DATE
[ ] > Task :app:processDebugMainManifest UP-TO-DATE
[ ] > Task :app:processDebugManifest UP-TO-DATE
[ ] > Task :app:processDebugManifestForPackage UP-TO-DATE
[ ] > Task :app:processDebugResources UP-TO-DATE
[ ] > Task :app:compileDebugKotlin UP-TO-DATE
[ ] > Task :app:javaPreCompileDebug UP-TO-DATE
[ ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE
[ ] > Task :app:compileDebugSources UP-TO-DATE
[ ] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
[ ] > Task :app:compressDebugAssets UP-TO-DATE
[ ] > Task :app:processDebugJavaRes NO-SOURCE
[ ] > Task :app:mergeDebugJavaResource UP-TO-DATE
[ ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE
[ ] > Task :app:dexBuilderDebug UP-TO-DATE
[ +96 ms] > Task :app:desugarDebugFileDependencies UP-TO-DATE
[ ] > Task :app:mergeExtDexDebug UP-TO-DATE
[ ] > Task :app:mergeDexDebug UP-TO-DATE
[ ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE
[ ] > Task :app:mergeDebugNativeLibs UP-TO-DATE
[ ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[ ] > Task :app:validateSigningDebug UP-TO-DATE
[ ] > Task :app:packageDebug UP-TO-DATE
[ +199 ms] > Task :app:assembleDebug
[ ] Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
[ ] Use '--warning-mode all' to show the individual deprecation warnings.
[ ] See https://docs.gradle.org/6.7/userguide/command_line_interface.html#sec:command_line_warnings
[ ] BUILD SUCCESSFUL in 1s
[ ] 32 actionable tasks: 4 executed, 28 up-to-date
[ +382 ms] Running Gradle task 'assembleDebug'... (completed in 1.7s)
[ +145 ms] calculateSha: LocalDirectory: '/home/alex/StudioProjects/test_handle_color/build/app/outputs/flutter-apk'/app.apk
[ +24 ms] calculateSha: reading file took 23us
[ +523 ms] calculateSha: computing sha took 523us
[ +3 ms] ✓ Built build/app/outputs/flutter-apk/app-debug.apk.
[ +2 ms] executing: /home/alex/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/alex/StudioProjects/test_handle_color/build/app/outputs/flutter-apk/app.apk
AndroidManifest.xml
[ +5 ms] Exit code 0 from: /home/alex/Android/Sdk/build-tools/30.0.3/aapt dump xmltree /home/alex/StudioProjects/test_handle_color/build/app/outputs/flutter-apk/app.apk
AndroidManifest.xml
[ ] N: android=http://schemas.android.com/apk/res/android
E: manifest (line=2)
A: android:versionCode(0x0101021b)=(type 0x10)0x1
A: android:versionName(0x0101021c)="1.0.0" (Raw: "1.0.0")
A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1e
A: android:compileSdkVersionCodename(0x01010573)="11" (Raw: "11")
A: package="example.test_handle_color" (Raw: "example.test_handle_color")
A: platformBuildVersionCode=(type 0x10)0x1e
A: platformBuildVersionName=(type 0x10)0xb
E: uses-sdk (line=7)
A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1e
E: uses-permission (line=14)
A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
E: application (line=16)
A: android:label(0x01010001)="test_handle_color" (Raw: "test_handle_color")
A: android:icon(0x01010002)=@0x7f080000
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory")
E: activity (line=21)
A: android:theme(0x01010000)=@0x7f0a0000
A: android:name(0x01010003)="example.test_handle_color.MainActivity" (Raw: "example.test_handle_color.MainActivity")
A: android:launchMode(0x0101001d)=(type 0x10)0x1
A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4
A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10
A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff
E: meta-data (line=35)
A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme")
A: android:resource(0x01010025)=@0x7f0a0001
E: meta-data (line=45)
A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable")
A: android:resource(0x01010025)=@0x7f040000
E: intent-filter (line=49)
E: action (line=50)
A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
E: category (line=52)
A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER")
E: meta-data (line=59)
A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
A: android:value(0x01010024)=(type 0x10)0x2
[ +1 ms] Stopping app 'app.apk' on sdk gphone x86 64.
[ ] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop example.test_handle_color
[ +43 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages example.test_handle_color
[ +77 ms] package:example.test_handle_color
[ +1 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.example.test_handle_color.sha1
[ +18 ms] df5873a2b189e78e1f8b95c76896476fb48aa806
[ ] Latest build already installed.
[ ] sdk gphone x86 64 startApp
[ +1 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true
--ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true example.test_handle_color/example.test_handle_color.MainActivity
[ +47 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=example.test_handle_color/.MainActivity (has extras) }
[ ] Waiting for observatory port to be available...
[ +727 ms] Observatory URL on device: http://127.0.0.1:42377/JlRr_L8wG7A=/
[ +1 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:42377
[ +7 ms] 41665
[ ] Forwarded host port 41665 to device port 42377 for Observatory
[ +5 ms] Caching compiled dill
[ +99 ms] Connecting to service protocol: http://127.0.0.1:41665/JlRr_L8wG7A=/
[ +4 ms] DDS is currently disabled due to https://github.com/flutter/flutter/issues/62507
[ +434 ms] Successfully connected to service protocol: http://127.0.0.1:41665/JlRr_L8wG7A=/
[ ] Waiting for sdk gphone x86 64 to report its views...
[ +330 ms] Waiting for sdk gphone x86 64 to report its views... (completed in 329ms, longer than expected)
[ +15 ms] DevFS: Creating new filesystem on the device (null)
[ +13 ms] I/Choreographer( 3159): Skipped 67 frames! The application may be doing too much work on its main thread.
[ +70 ms] DevFS: Created new filesystem on the device (file:///data/user/0/il.co.rimonim/code_cache/test_handle_colorSVNVYT/test_handle_color/)
[ +1 ms] Updating assets
[ +69 ms] Syncing files to device sdk gphone x86 64...
[ +1 ms] Scanning asset files
[ +1 ms] <- reset
[ ] Compiling dart to kernel with 0 updated files
[ ] <- recompile package:test_handle_color/main.dart e1f2697a-a3fa-4f49-819d-71b43c7a1d9c
[ ] <- e1f2697a-a3fa-4f49-819d-71b43c7a1d9c
[ +125 ms] Updating files
[ +107 ms] DevFS: Sync finished
[ ] Syncing files to device sdk gphone x86 64... (completed in 236ms)
[ ] Synced 1.6MB.
[ ] <- accept
[ +4 ms] Connected to _flutterView/0x7756af04f150.
[ +1 ms] Flutter run key commands.
[ +1 ms] r Hot reload. 🔥🔥🔥
[ ] R Hot restart.
[ ] h Repeat this help message.
[ ] d Detach (terminate "flutter run" but leave application running).
[ ] c Clear the screen
[ ] q Quit (terminate the application on the device).
[ ] An Observatory debugger and profiler on sdk gphone x86 64 is available at: http://127.0.0.1:41665/JlRr_L8wG7A=/
[✓] Flutter (Channel stable, 1.22.6, on Linux, locale en_US.UTF-8)
• Flutter version 1.22.6 at /home/alex/dev/flutter
• Framework revision 9b2d32b605 (6 days ago), 2021-01-22 14:36:39 -0800
• Engine revision 2f0af37152
• Dart version 2.10.5
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at /home/alex/Android/Sdk
• Platform android-30, build-tools 30.0.3
• Java binary at: /home/alex/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.
[!] Android Studio
• Android Studio at /home/alex/android-studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] VS Code (version 1.52.1)
• VS Code at /usr/share/code
• Flutter extension version 3.18.1
[✓] Connected device (1 available)
• sdk gphone x86 64 (mobile) • emulator-5554 • android-x64 • Android 11 (API 30) (emulator)
! Doctor found issues in 1 category.
PiN73, harkairt, murielsilveira, adrianFarkas, manafire and 48 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.found in release: 3.0Found to occur in 3.0Found to occur in 3.0found in release: 3.1Found to occur in 3.1Found to occur in 3.1frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onteam-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team