Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Flutter 2.2]ListTile ignorestileColor/selectedTileColor if parentContainer has color #83108

Closed
Assignees
HansMuller
Labels
c: regressionIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.found in release: 2.2Found to occur in 2.2found in release: 2.3Found to occur in 2.3frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer version
@proninyaroslav

Description

@proninyaroslav

This bug first appeared in Flutter 2.2.

Steps to Reproduce

  1. CreateListTile with sometileColor.
  2. PutListTile inContainer.
  3. Set theContainer color to something different thanListTile.tileColor

Example:

import'package:flutter/material.dart';voidmain() {runApp(MaterialApp(      home:Scaffold(        body:Column(          children: [Container(              color:Colors.green,              child:ListTile(                title:constText('ListTile with red background'),                tileColor:Colors.red,              ),            ),Container(              child:ListTile(                title:constText('ListTile with red background'),                tileColor:Colors.red,              ),            ),          ],        ),      ),    ),  );}

Expected results:
You should seeListTile color instead ofContainer color.

flutter_2_0_6

Actual results:
ListTile remains transparent. You can see the color of theContainer behind theListTile.

flutter_2_2

Logs
[  +70 ms] executing: uname -m[  +36 ms] Exit code 0 from: uname -m[        ] x86_64[   +6 ms] executing: [/home/user/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H[   +7 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H[        ] b22742018b3edf16c6cadd7b76d9db5e7f9064b5[        ] executing: [/home/user/dev/flutter/] git tag --points-at b22742018b3edf16c6cadd7b76d9db5e7f9064b5[  +27 ms] Exit code 0 from: git tag --points-at b22742018b3edf16c6cadd7b76d9db5e7f9064b5[        ] 2.2.0[   +7 ms] executing: [/home/user/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}[   +7 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}[        ] origin/stable[        ] executing: [/home/user/dev/flutter/] git ls-remote --get-url origin[   +6 ms] Exit code 0 from: git ls-remote --get-url origin[        ] https://github.com/flutter/flutter.git[ +105 ms] executing: [/home/user/dev/flutter/] git rev-parse --abbrev-ref HEAD[   +8 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD[        ] stable[  +59 ms] 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.[   +2 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.[  +75 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb devices -l[  +36 ms] List of devices attached           emulator-5554          device product:sdk_gphone_x86_64_arm64 model:sdk_gphone_x86_64_arm64 device:generic_x86_64_arm64 transport_id:1[   +6 ms] /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell getprop[  +26 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.[        ] Artifact Instance of 'IOSEngineArtifacts' 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.[   +2 ms] 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.[  +74 ms] Skipping pub get: version match.[ +113 ms] Generating /home/user/flutter_application_1/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java[  +51 ms] ro.hardware = ranchu[  +14 ms] Using hardware rendering with device sdk gphone x86 64 arm64. If you notice graphics artifacts, consider enabling software rendering with"--enable-software-rendering".[  +27 ms] Initializing file store[   +8 ms] Skipping target: gen_localizations[   +6 ms] complete[   +4 ms] Launching lib/main.dart on sdk gphone x86 64 arm64 in debug mode...[   +5 ms] /home/user/dev/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev/home/user/dev/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root/home/user/dev/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata-DFLUTTER_WEB_AUTO_DETECT=true --output-dill /tmp/flutter_tools.QMFWLM/flutter_tool.GWFDLL/app.dill --packages/home/user/flutter_application_1/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation--filesystem-scheme org-dartlang-root --initialize-from-dill build/3c113a45063dc6628e68a4111abcacad.cache.dill.track.dill--enable-experiment=alternative-invalidation-strategy[  +14 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1[   +8 ms] <- compile package:flutter_application_1/main.dart[  +29 ms] --------- beginning of main           05-21 19:05:00.001 D/KeyguardClockSwitch(  665): Updating clock: 705[  +11 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb version[   +7 ms] Android Debug Bridge version 1.0.41           Version 31.0.2-7242960           Installed as /home/user/dev/Android/sdk/platform-tools/adb[   +2 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb start-server[  +21 ms] Building APK[  +21 ms] Running Gradle task 'assembleDebug'...[   +3 ms] Using gradle from /home/user/flutter_application_1/android/gradlew.[  +19 ms] executing: /home/user/dev/Android/android-studio/jre/bin/java -version[ +101 ms] Exit code 0 from: /home/user/dev/Android/android-studio/jre/bin/java -version[        ] openjdk version "11.0.8" 2020-07-14           OpenJDK Runtime Environment (build 11.0.8+0-b944-P17168821)           OpenJDK 64-Bit Server VM (build 11.0.8+0-b944-6842174, mixed mode)[   +1 ms] executing: /home/user/dev/Android/android-studio/jre/bin/java -version[  +81 ms] Exit code 0 from: /home/user/dev/Android/android-studio/jre/bin/java -version[        ] openjdk version "11.0.8" 2020-07-14           OpenJDK Runtime Environment (build 11.0.8+0-b944-P17168821)           OpenJDK 64-Bit Server VM (build 11.0.8+0-b944-6842174, mixed mode)[   +3 ms] executing: [/home/user/flutter_application_1/android/] /home/user/flutter_application_1/android/gradlew -Pverbose=true -Ptarget-platform=android-x64-Ptarget=/home/user/flutter_application_1/lib/main.dart -Pdart-defines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true-Ptree-shake-icons=false -Pfilesystem-scheme=org-dartlang-root assembleDebug[+1636 ms] Welcome to Gradle 6.7![   +1 ms] Here are the highlights of this release:[   +1 ms]  - File system watching is ready for production use[        ]  - Declare the version of Java your build requires[        ]  - Java 15 support[        ] For more details see https://docs.gradle.org/6.7/release-notes.html[ +266 ms] Starting a Gradle Daemon (subsequent builds will be faster)[+20202 ms] > Task :app:compileFlutterBuildDebug[        ] [  +71 ms] executing: uname -m[        ] [  +34 ms] Exit code 0 from: uname -m[        ] [        ] x86_64[        ] [   +6 ms] executing: [/home/user/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H[        ] [   +4 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H[        ] [        ] b22742018b3edf16c6cadd7b76d9db5e7f9064b5[        ] [   +1 ms] executing: [/home/user/dev/flutter/] git tag --points-at b22742018b3edf16c6cadd7b76d9db5e7f9064b5[        ] [  +27 ms] Exit code 0 from: git tag --points-at b22742018b3edf16c6cadd7b76d9db5e7f9064b5[        ] [        ] 2.2.0[   +1 ms] [   +6 ms] executing: [/home/user/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u}[        ] [   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}[        ] [        ] origin/stable[        ] [        ] executing: [/home/user/dev/flutter/] git ls-remote --get-url origin[        ] [   +4 ms] Exit code 0 from: git ls-remote --get-url origin[        ] [        ] https://github.com/flutter/flutter.git[        ] [  +60 ms] executing: [/home/user/dev/flutter/] git rev-parse --abbrev-ref HEAD[        ] [   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD[        ] [        ] stable[        ] [  +53 ms] 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.[        ] [   +2 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.[        ] [  +95 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.[        ] [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.[        ] [   +3 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 'FlutterSdk' 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.[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.[        ] [        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.[        ] [        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.[        ] [        ] Artifact Instance of 'PubDependencies' is not required, skipping update.[        ] [  +26 ms] Initializing file store[        ] [  +14 ms] Skipping target: gen_localizations[        ] [   +5 ms] kernel_snapshot: Starting due to {}[        ] [  +11 ms] /home/user/dev/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev/home/user/dev/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root/home/user/dev/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true-Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --no-link-platform --packages/home/user/flutter_application_1/.dart_tool/package_config.json --output-dill/home/user/flutter_application_1/.dart_tool/flutter_build/3106f448f99647d042eabde00e4abec6/app.dill --depfile/home/user/flutter_application_1/.dart_tool/flutter_build/3106f448f99647d042eabde00e4abec6/kernel_snapshot.d package:flutter_application_1/main.dart[+7979 ms] [+9125 ms] kernel_snapshot: Complete[ +400 ms] [ +393 ms] debug_android_application: Starting due to {}[ +199 ms] [ +227 ms] debug_android_application: Complete[ +400 ms] [ +449 ms] Persisting file store[        ] [   +6 ms] Done persisting file store[        ] [   +5 ms] build succeeded.[ +100 ms] [  +10 ms] "flutter assemble" took 10 395ms.[        ] [   +4 ms] Running shutdown hooks[        ] [        ] Shutdown hooks complete[        ] [        ] exiting with code 0[ +298 ms] > Task :app:packLibsflutterBuildDebug[        ] > 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[+1697 ms] > Task :app:checkDebugAarMetadata[        ] > Task :app:cleanMergeDebugAssets UP-TO-DATE[  +99 ms] > Task :app:mergeDebugShaders[        ] > Task :app:compileDebugShaders NO-SOURCE[        ] > Task :app:generateDebugAssets UP-TO-DATE[ +399 ms] > Task :app:mergeDebugAssets[ +199 ms] > Task :app:copyFlutterAssetsDebug[        ] > Task :app:generateDebugResValues[        ] > Task :app:generateDebugResources[+1399 ms] > Task :app:createDebugCompatibleScreenManifests[        ] > Task :app:extractDeepLinksDebug[ +699 ms] > Task :app:mergeDebugResources[ +199 ms] > Task :app:processDebugMainManifest[ +299 ms] > Task :app:processDebugManifest[ +100 ms] > Task :app:javaPreCompileDebug[        ] > Task :app:mergeDebugNativeDebugMetadata NO-SOURCE[        ] > Task :app:processDebugManifestForPackage[ +999 ms] > Task :app:processDebugResources[+7300 ms] > Task :app:compileDebugKotlin[+1499 ms] > Task :app:compileDebugJavaWithJavac[        ] > Task :app:compileDebugSources[  +99 ms] > Task :app:processDebugJavaRes NO-SOURCE[ +699 ms] > Task :app:compressDebugAssets[        ] > Task :app:checkDebugDuplicateClasses[+3199 ms] > Task :app:mergeDebugJavaResource[ +799 ms] > Task :app:dexBuilderDebug[ +200 ms] > Task :app:mergeDebugJniLibFolders[        ] > Task :app:desugarDebugFileDependencies[ +899 ms] > Task :app:validateSigningDebug[  +99 ms] > Task :app:mergeDebugNativeLibs[+1099 ms] > Task :app:stripDebugDebugSymbols[        ] Unable to strip the following libraries, packaging them as they are: libflutter.so.[ +900 ms] > Task :app:mergeExtDexDebug[ +699 ms] > Task :app:mergeDexDebug[+2400 ms] > Task :app:packageDebug[ +199 ms] > Task :app:assembleDebug[ +800 ms] 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 58s[  +98 ms] 32 actionable tasks: 31 executed, 1 up-to-date[ +815 ms] Running Gradle task 'assembleDebug'... (completed in 59,6s)[  +70 ms] calculateSha: LocalDirectory: '/home/user/flutter_application_1/build/app/outputs/flutter-apk'/app.apk[ +437 ms] ✓  Built build/app/outputs/flutter-apk/app-debug.apk.[   +2 ms] executing: /home/user/dev/Android/sdk/build-tools/30.0.3/aapt dump xmltree /home/user/flutter_application_1/build/app/outputs/flutter-apk/app.apkAndroidManifest.xml[  +17 ms] Exit code 0 from: /home/user/dev/Android/sdk/build-tools/30.0.3/aapt dump xmltree /home/user/flutter_application_1/build/app/outputs/flutter-apk/app.apkAndroidManifest.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="com.example.flutter_application_1" (Raw: "com.example.flutter_application_1")               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)="flutter_application_1" (Raw: "flutter_application_1")                 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)="com.example.flutter_application_1.MainActivity" (Raw: "com.example.flutter_application_1.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[   +5 ms] Stopping app 'app.apk' on sdk gphone x86 64 arm64.[        ] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell am force-stop com.example.flutter_application_1[  +21 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell pm list packages com.example.flutter_application_1[  +30 ms] Installing APK.[   +2 ms] Installing build/app/outputs/flutter-apk/app.apk...[        ] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 install -t -r/home/user/flutter_application_1/build/app/outputs/flutter-apk/app.apk[ +918 ms] Performing Streamed Install                    Success[   +1 ms] Installing build/app/outputs/flutter-apk/app.apk... (completed in 919ms)[   +1 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell echo -n 1be62a540cbcb56d5366bb1d791124e10135d0ba >/data/local/tmp/sky.com.example.flutter_application_1.sha1[  +97 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1[  +84 ms] --------- beginning of main           05-21 19:06:32.260 I/BpBinder(  525): onLastStrongRef automatically unlinking death recipients: <uncached descriptor>[   +8 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ezenable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points truecom.example.flutter_application_1/com.example.flutter_application_1.MainActivity[  +37 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=com.example.flutter_application_1/.MainActivity (has extras) }[        ] Waiting for observatory port to be available...[ +602 ms] Observatory URL on device: http://127.0.0.1:45641/Z-hqhiTiFx0=/[   +1 ms] executing: /home/user/dev/Android/sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:45641[  +10 ms] 37721[        ] Forwarded host port 37721 to device port 45641 for Observatory[   +9 ms] Caching compiled dill[  +63 ms] Connecting to service protocol: http://127.0.0.1:37721/Z-hqhiTiFx0=/[ +473 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:37721/Z-hqhiTiFx0=/.[ +181 ms] DDS is listening at http://127.0.0.1:42313/T_8OLyD33Dc=/.[  +61 ms] Successfully connected to service protocol: http://127.0.0.1:37721/Z-hqhiTiFx0=/[  +21 ms] DevFS: Creating new filesystem on the device (null)[  +65 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.flutter_application_1/code_cache/flutter_application_1PMJYRQ/flutter_application_1/)[   +4 ms] Updating assets[  +98 ms] Syncing files to device sdk gphone x86 64 arm64...[   +2 ms] <- reset[        ] Compiling dart to kernel with 0 updated files[   +2 ms] <- recompile package:flutter_application_1/main.dart 2f34899c-1b9a-4061-a80a-66cd436a31db[        ] <- 2f34899c-1b9a-4061-a80a-66cd436a31db[  +80 ms] Updating files.[        ] DevFS: Sync finished[        ] Syncing files to device sdk gphone x86 64 arm64... (completed in 86ms)[        ] Synced 0.0MB.[        ] <- accept[  +12 ms] Connected to _flutterView/0x7c30fec1e870.[   +2 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).[        ] 💪 Running with sound null safety 💪[        ] An Observatory debugger and profiler on sdk gphone x86 64 arm64 is available at: http://127.0.0.1:42313/T_8OLyD33Dc=/[ +159 ms] Activating Dart DevTools...[+6148 ms] Activating Dart DevTools... (completed in 6,1s)[ +628 ms] The Flutter DevTools debugger and profiler on sdk gphone x86 64 arm64 is available at:http://127.0.0.1:9101?uri=http%3A%2F%2F127.0.0.1%3A42313%2FT_8OLyD33Dc%3D%2F
No issues found! (ran in 1.3s)
[✓] Flutter (Channel stable, 2.2.0, on Linux, locale ru_RU.UTF-8)    • Flutter version 2.2.0 at ...    • Framework revision b22742018b (7 дней назад), 2021-05-14 19:12:57 -0700    • Engine revision a9d88a4d18    • Dart version 2.13.0[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)    • Android SDK at ...    • Platform android-30, build-tools 30.0.3    • ANDROID_HOME = ...    • Java binary at: ...    • Java version OpenJDK Runtime Environment (build 11.0.8+0-b944-P17168821).[✓] Chrome - develop for the web    • CHROME_EXECUTABLE = /usr/bin/chromium-freeworld[✓] Linux toolchain - develop for Linux desktop    • clang version 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)    • cmake version 3.19.7    • ninja version 1.10.2    • pkg-config version 1.7.3[✓] Android Studio (version 4.2)    • Android Studio at ...    • Flutter plugin version 56.0.2    • Dart plugin version 202.8488    • Java version OpenJDK Runtime Environment (build 11.0.8+0-b944-P17168821)[✓] IntelliJ IDEA Community Edition (version 2021.1)    • IntelliJ at ...    • 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[✓] Connected device (3 available)    • sdk gphone x86 64 arm64 (mobile) • emulator-5554 • android-x64    •      Android 11 (API 30) (emulator)    • Linux (desktop)                  • linux         • linux-x64      • Linux    • Chrome (web)                     • chrome        • web-javascript •      Chromium 90.0.4430.85

Metadata

Metadata

Assignees

Labels

c: regressionIt was better in the past than it is nowf: material designflutter/packages/flutter/material repository.found in release: 2.2Found to occur in 2.2found in release: 2.3Found to occur in 2.3frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onr: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp