Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[animations] Shadow in open container is not applied when Material 3 is enabled. #111347

Closed
xVemu opened this issue Sep 10, 2022 · 2 comments
Closed
Labels
r: fixed Issue is closed as already fixed in a newer version

Comments

@xVemu
Copy link

xVemu commented Sep 10, 2022

Steps to Reproduce

  1. Execute flutter run on the code sample
  2. As you can see Container doesn't have shadow.
  3. Comment useMaterial3: true line.
  4. Hot reload.
  5. Shadow is now visible.

Expected results:
image

Actual results:
image

Code sample
import 'package:animations/animations.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        useMaterial3: true,
      ),
      home: Scaffold(
        body: Center(
          child: OpenContainer(
            closedBuilder: (BuildContext context, void Function() action) =>
                Container(
              width: 50,
              height: 50,
              color: Colors.blue,
            ),
            closedElevation: 4,
            openBuilder: (BuildContext context,
                    void Function({Object? returnValue}) action) =>
                const Text("test2"),
          ),
        ),
      ),
    );
  }
}
Logs
[        ] Caching disabled for task ':app:mergeDebugNativeLibs' because:
[        ]   Build cache is disabled
[        ] Skipping task ':app:mergeDebugNativeLibs' as it is up-to-date.
[        ] :app:mergeDebugNativeLibs (Thread[Execution worker for ':',5,main]) completed. Took 0.01 secs.
[        ] :app:stripDebugDebugSymbols (Thread[Execution worker for ':',5,main]) started.
[        ] > Task :app:stripDebugDebugSymbols UP-TO-DATE
[        ] Caching disabled for task ':app:stripDebugDebugSymbols' because:
[        ]   Build cache is disabled
[        ] Skipping task ':app:stripDebugDebugSymbols' as it is up-to-date.
[        ] :app:stripDebugDebugSymbols (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
[        ] :app:validateSigningDebug (Thread[Execution worker for ':',5,main]) started.
[        ] > Task :app:validateSigningDebug UP-TO-DATE
[        ] Caching disabled for task ':app:validateSigningDebug' because:
[        ]   Build cache is disabled
[        ] Skipping task ':app:validateSigningDebug' as it is up-to-date.
[        ] :app:validateSigningDebug (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
[        ] :app:writeDebugAppMetadata (Thread[Execution worker for ':',5,main]) started.
[        ] > Task :app:writeDebugAppMetadata UP-TO-DATE
[   +1 ms] Caching disabled for task ':app:writeDebugAppMetadata' because:
[   +2 ms]   Build cache is disabled
[        ] Skipping task ':app:writeDebugAppMetadata' as it is up-to-date.
[        ] :app:writeDebugAppMetadata (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
[        ] :app:writeDebugSigningConfigVersions (Thread[Execution worker for ':',5,main]) started.
[        ] > Task :app:writeDebugSigningConfigVersions UP-TO-DATE
[        ] Caching disabled for task ':app:writeDebugSigningConfigVersions' because:
[        ]   Build cache is disabled
[        ] Skipping task ':app:writeDebugSigningConfigVersions' as it is up-to-date.
[        ] :app:writeDebugSigningConfigVersions (Thread[Execution worker for ':',5,main]) completed. Took 0.001 secs.
[        ] destroyer locations for task group 0 (Thread[Execution worker for ':',5,main]) started.
[        ] destroyer locations for task group 0 (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
[ +116 ms] > Task :app:compressDebugAssets
[        ] Execution optimizations have been disabled for task ':app:compressDebugAssets' to ensure correctness due to
the following reasons:
[        ]   - Gradle detected a problem with the following location:
'C:\Users\kkras\AndroidStudioProjects\bug\build\app\intermediates\assets\debug\mergeDebugAssets'. Reason: Task
':app:compressDebugAssets' uses this output of task ':app:copyFlutterAssetsDebug' without declaring an explicit or
implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details
about this problem.
[        ] Invalidating VFS because task ':app:compressDebugAssets' failed validation
[        ] Not watching anything anymore
[        ] Watching 0 directory hierarchies to track changes
[        ] Caching disabled for task ':app:compressDebugAssets' because:
[        ]   Build cache is disabled
[        ] Task ':app:compressDebugAssets' is not up-to-date because:
[        ]   Incremental execution has been disabled to ensure correctness. Please consult deprecation warnings for more
details.
[        ] The input changes require a full rebuild for incremental task ':app:compressDebugAssets'.
[        ] :app:compressDebugAssets (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 1.077 secs.
[        ] :app:packageDebug (Thread[Execution worker for ':' Thread 3,5,main]) started.
[ +805 ms] > Task :app:packageDebug
[        ] Caching disabled for task ':app:packageDebug' because:
[   +1 ms]   Build cache is disabled
[   +1 ms] Task ':app:packageDebug' is not up-to-date because:
[        ]   Input property 'assets' file
C:\Users\kkras\AndroidStudioProjects\bug\build\app\intermediates\compressed_assets\debug\out\assets\flutter_assets\kerne
l_blob.bin.jar has changed.
[        ] :app:packageDebug (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.84 secs.
[        ] :app:createDebugApkListingFileRedirect (Thread[Execution worker for ':' Thread 3,5,main]) started.
[        ] > Task :app:createDebugApkListingFileRedirect UP-TO-DATE
[        ] Caching disabled for task ':app:createDebugApkListingFileRedirect' because:
[        ]   Build cache is disabled
[        ] Skipping task ':app:createDebugApkListingFileRedirect' as it is up-to-date.
[        ] :app:createDebugApkListingFileRedirect (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took
0.001 secs.
[        ] :app:assembleDebug (Thread[Execution worker for ':' Thread 3,5,main]) started.
[ +180 ms] > Task :app:assembleDebug
[   +1 ms] Caching disabled for task ':app:assembleDebug' because:
[   +1 ms]   Build cache is disabled
[   +1 ms] Task ':app:assembleDebug' is not up-to-date because:
[        ]   Task has not declared any outputs despite executing actions.
[        ] :app:assembleDebug (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.171 secs.
[        ] producer locations for task group 0 (Thread[Execution worker for ':' Thread 3,5,main]) started.
[        ] producer locations for task group 0 (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0
secs.
[        ] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
[        ] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from
your own scripts or plugins.
[        ] See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
[        ] Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure
correctness.
[        ] Please consult deprecation warnings for more details.
[        ] BUILD SUCCESSFUL in 10s
[        ] 35 actionable tasks: 7 executed, 28 up-to-date
[        ] Watched directory hierarchies: []
[ +559 ms] Running Gradle task 'assembleDebug'... (completed in 11,1s)
[  +38 ms] calculateSha: LocalDirectory:
'C:\Users\kkras\AndroidStudioProjects\bug\build\app\outputs\flutter-apk'/app.apk
[ +769 ms] ✓  Built build\app\outputs\flutter-apk\app-debug.apk.
[   +4 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\build-tools\33.0.0\aapt dump xmltree
C:\Users\kkras\AndroidStudioProjects\bug\build\app\outputs\flutter-apk\app.apk AndroidManifest.xml
[  +39 ms] Exit code 0 from: C:\Users\kkras\AppData\Local\Android\Sdk\build-tools\33.0.0\aapt dump xmltree
C:\Users\kkras\AndroidStudioProjects\bug\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)0x1f
               A: android:compileSdkVersionCodename(0x01010573)="12" (Raw: "12")
               A: package="com.example.bug" (Raw: "com.example.bug")
               A: platformBuildVersionCode=(type 0x10)0x1f
               A: platformBuildVersionName=(type 0x10)0xc
               E: uses-sdk (line=7)
                 A: android:minSdkVersion(0x0101020c)=(type 0x10)0x10
                 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1f
               E: uses-permission (line=15)
                 A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET")
               E: application (line=17)
                 A: android:label(0x01010001)="bug" (Raw: "bug")
                 A: android:icon(0x01010002)=@0x7f080000
                 A: android:name(0x01010003)="android.app.Application" (Raw: "android.app.Application")
                 A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
                 A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw:
                 "androidx.core.app.CoreComponentFactory")
                 E: activity (line=23)
                   A: android:theme(0x01010000)=@0x7f0a0000
                   A: android:name(0x01010003)="com.example.bug.MainActivity" (Raw: "com.example.bug.MainActivity")
                   A: android:exported(0x01010010)=(type 0x12)0xffffffff
                   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=38)
                     A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw:
                     "io.flutter.embedding.android.NormalTheme")
                     A: android:resource(0x01010025)=@0x7f0a0001
                   E: intent-filter (line=42)
                     E: action (line=43)
                       A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
                     E: category (line=45)
                       A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw:
                       "android.intent.category.LAUNCHER")
                 E: meta-data (line=52)
                   A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding")
                   A: android:value(0x01010024)=(type 0x10)0x2
                 E: uses-library (line=56)
                   A: android:name(0x01010003)="androidx.window.extensions" (Raw: "androidx.window.extensions")
                   A: android:required(0x0101028e)=(type 0x12)0x0
                 E: uses-library (line=59)
                   A: android:name(0x01010003)="androidx.window.sidecar" (Raw: "androidx.window.sidecar")
                   A: android:required(0x0101028e)=(type 0x12)0x0
[   +2 ms] Stopping app 'app.apk' on sdk gphone64 x86 64.
[   +1 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell am
force-stop com.example.bug
[ +138 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell pm list
packages com.example.bug
[ +138 ms] package:com.example.bug
[   +1 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell cat
/data/local/tmp/sky.com.example.bug.sha1
[ +100 ms] 44c2ba989fde15e1b77135cfbf6244eb4b02f31d
[   +1 ms] Installing APK.
[   +1 ms] Installing build\app\outputs\flutter-apk\app.apk...
[   +1 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 install -t -r
C:\Users\kkras\AndroidStudioProjects\bug\build\app\outputs\flutter-apk\app.apk
[+37733 ms] Performing Streamed Install
                     Success
[        ] Installing build\app\outputs\flutter-apk\app.apk... (completed in 37,7s)
[   +1 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell echo -n
16bf420fd1420baf7a32f1f66428ab6c1ce08eef > /data/local/tmp/sky.com.example.bug.sha1
[ +105 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell -x logcat
-v time -t 1
[ +142 ms] --------- beginning of system
                    09-10 12:33:00.416 E/VerityUtils(  592): Failed to measure fs-verity, errno 1:
                    /data/app/~~WmLIq4On_eDsaSD8FCcCXw==/com.example.bug-NGEuGY_I_f95XD-tTj9vxQ==/base.apk
[   +6 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 shell am start -a
android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x20000000 --ez enable-dart-profiling true --ez
enable-checked-mode true --ez verify-entry-points true com.example.bug/com.example.bug.MainActivity
[ +180 ms] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x20000000
cmp=com.example.bug/.MainActivity (has extras) }
[   +1 ms] Waiting for observatory port to be available...
[ +772 ms] Observatory URL on device: http://127.0.0.1:46735/zi0EaB7Cv4g=/
[   +1 ms] executing: C:\Users\kkras\AppData\Local\Android\Sdk\platform-tools\adb.exe -s emulator-5554 forward tcp:0
tcp:46735
[  +55 ms] 64538
[        ] Forwarded host port 64538 to device port 46735 for Observatory
[   +7 ms] Caching compiled dill
[  +34 ms] Connecting to service protocol: http://127.0.0.1:64538/zi0EaB7Cv4g=/
[ +451 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:64538/zi0EaB7Cv4g=/.
[ +906 ms] DDS is listening at http://127.0.0.1:64541/uYkxYkUeUv0=/.
[ +279 ms] Successfully connected to service protocol: http://127.0.0.1:64538/zi0EaB7Cv4g=/
[ +163 ms] DevFS: Creating new filesystem on the device (null)
[  +97 ms] DevFS: Created new filesystem on the device (file:///data/user/0/com.example.bug/code_cache/bugNPMRSN/bug/)
[   +2 ms] Updating assets
[ +108 ms] Syncing files to device sdk gphone64 x86 64...
[   +1 ms] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[   +1 ms] <- recompile package:bug/main.dart 5244aa3b-f969-462f-b15d-ec055ed1c1b2
[        ] <- 5244aa3b-f969-462f-b15d-ec055ed1c1b2
[   +2 ms] Bundle processing done.
[ +114 ms] Updating files.
[        ] DevFS: Sync finished
[   +1 ms] Syncing files to device sdk gphone64 x86 64... (completed in 122ms)
[        ] Synced 0.0MB.
[   +1 ms] <- accept
[ +145 ms] Connected to _flutterView/0x735406242530.
[   +4 ms] Flutter run key commands.
[   +3 ms] r Hot reload. 🔥🔥🔥
[   +1 ms] R Hot restart.
[   +1 ms] h List all available interactive commands.
[        ] 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 💪
[   +1 ms] An Observatory debugger and profiler on sdk gphone64 x86 64 is available at:
http://127.0.0.1:64541/uYkxYkUeUv0=/
[ +353 ms] The Flutter DevTools debugger and profiler on sdk gphone64 x86 64 is available at:
                    http://127.0.0.1:9101?uri=http://127.0.0.1:64541/uYkxYkUeUv0=/
Analyzing bug...
No issues found! (ran in 3.4s)
[✓] Flutter (Channel stable, 3.3.0, on Microsoft Windows [Version 10.0.19044.1889], locale pl-PL)
    • Flutter version 3.3.0 on channel stable at C:\Users\kkras\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision ffccd96b62 (12 days ago), 2022-08-29 17:28:57 -0700
    • Engine revision 5e9e0e0aa8
    • Dart version 2.18.0
    • DevTools version 2.15.0

Checking Android licenses is taking an unexpectedly long time...[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at C:\Users\kkras\AppData\Local\Android\Sdk
    • Platform android-33, build-tools 33.0.0
    • ANDROID_HOME = C:\Users\kkras\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.

[✗] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

[✗] Visual Studio - develop for Windows
    ✗ Visual Studio not installed; this is necessary for Windows development.
      Download at https://visualstudio.microsoft.com/downloads/.
      Please install the "Desktop development with C++" workload, including all of its default components

[✓] Android Studio (version 2021.2)
    • Android Studio at C:\Program Files\Android\Android Studio
    • 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.12+7-b1504.28-7817840)

[✓] Connected device (3 available)
    • sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64    • Android 13 (API 33) (emulator)
    • Windows (desktop)            • windows       • windows-x64    • Microsoft Windows [Version 10.0.19044.1889]
    • Edge (web)                   • edge          • web-javascript • Microsoft Edge 103.0.1264.49

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

! Doctor found issues in 2 categories.
@danagbemava-nc danagbemava-nc added the in triage Presently being triaged by the triage team label Sep 12, 2022
@danagbemava-nc
Copy link
Member

Hi @xVemu, this issue has been fixed on the master channel.
The issue was not related to open container but an issue with the transition to material 3 as pointed out in #107190.

I'll be closing this as it has already been fixed in the framework.
Thank you

screenshots

Stable

Material 2 Material 3

Master

Material 2 Material 3
flutter doctor -v
[✓] Flutter (Channel stable, 3.3.1, on macOS 12.5 21G72 darwin-arm, locale en-GB)
    • Flutter version 3.3.1 on channel stable at /Users/nexus/dev/sdks/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 4f9d92fbbd (5 days ago), 2022-09-06 17:54:53 -0700
    • Engine revision 3efdf03e73
    • Dart version 2.18.0
    • DevTools version 2.15.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/nexus/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
    • All Android licenses accepted.

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

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

[✓] Android Studio (version 2021.2)
    • 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.12+0-b1504.28-7817840)

[✓] VS Code (version 1.71.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.48.0

[✓] Connected device (3 available)
    • iPhone 14 Pro Max (mobile) • FFA1D5F7-87A1-4AC5-BE54-5CE70EAF3CEC • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-0 (simulator)
    • macOS (desktop)            • macos                                • darwin-arm64   • macOS 12.5 21G72 darwin-arm
    • Chrome (web)               • chrome                               • web-javascript • Google Chrome 105.0.5195.102

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

• No issues found!
[✓] Flutter (Channel master, 3.4.0-19.0.pre.192, on macOS 12.5 21G72 darwin-arm64, locale en-GB)
    • Flutter version 3.4.0-19.0.pre.192 on channel master at /Users/nexus/dev/sdks/flutters
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 4930444f4a (2 days ago), 2022-09-09 21:58:23 -0400
    • Engine revision f72107f457
    • Dart version 2.19.0 (build 2.19.0-183.0.dev)
    • DevTools version 2.17.0

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/nexus/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
    • All Android licenses accepted.

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

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

[✓] Android Studio (version 2021.2)
    • 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.12+0-b1504.28-7817840)

[✓] VS Code (version 1.71.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.48.0

[✓] Connected device (3 available)
    • iPhone 14 Pro Max (mobile) • FFA1D5F7-87A1-4AC5-BE54-5CE70EAF3CEC • ios            • com.apple.CoreSimulator.SimRuntime.iOS-16-0 (simulator)
    • macOS (desktop)            • macos                                • darwin-arm64   • macOS 12.5 21G72 darwin-arm64
    • Chrome (web)               • chrome                               • web-javascript • Google Chrome 105.0.5195.102

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

• No issues found!

@danagbemava-nc danagbemava-nc added r: fixed Issue is closed as already fixed in a newer version and removed in triage Presently being triaged by the triage team labels Sep 12, 2022
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: fixed Issue is closed as already fixed in a newer version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants