Open chitraarasu opened 1 month ago
Thanks for the report @chitraarasu I tried the same on my mac but wasn't able to replicate the reported behavior. I tried almost 10 to 15 times to be sure. I used trackpad to bring up or use mission control key by swiping with four fingers on it. Are you also using trackpad or mouse ? Also, can you check if it occurs with native macOS app as well (ex: notes) ? I see that you are on latest macOS which I am not on, maybe that can be a factor as well.
Heya, I am also experiencing the same issue, specifically when I have the app running in a second desktop and I swipe between, the macOS app freezes and when I try to hot reload from vscode the app crashes and I have to rebuild it.
I have recently upgraded my flutter to version 3.24.3, here is my flutter doctor output as well:
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.6.1 23G93 darwin-arm64, locale en-GB)
• Flutter version 3.24.3 on channel stable at /Users/<user>/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 2663184aa7 (3 weeks ago), 2024-09-11 16:27:48 -0500
• Engine revision 36335019a8
• Dart version 3.5.3
• DevTools version 2.37.3
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
• Android SDK at /Users/<user>/Library/Android/sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11609105)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15F31d
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.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 17.0.10+0-17.0.10b1087.21-11609105)
[✓] VS Code (version 1.91.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.94.0
[✓] Connected device (3 available)
• macOS (desktop) • macos • darwin-arm64 • macOS 14.6.1 23G93 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.6.1 23G93 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 129.0.6668.60
[✓] Network resources
• All expected network resources are available.
• No issues found!
Hi @darshankawar,
Thanks for the update. I tried it again but was not able to replicate, but my colleague was able to replicate it once but not after that, so we can't be sure to provide a concrete pattern that leads to the reported behavior. Colleague tried on macOS 15, while this observation was on macOS 14.6
Since it seems to be intermittent, I will keep it open for team's tracking.
Steps to reproduce
Expected results
App should not freeze if app opens from Mission Control.
Actual results
App becomes not responding when it opens from mission control.
Same bug reported on windows but i have tested on windows it works fine. #74797
Code sample
Screenshots or Video
Screenshots / Video demonstration
https://github.com/user-attachments/assets/078588c9-a8d0-4fc7-99ce-968b01858d43Logs
Logs
```console [Paste your logs here] ```Flutter Doctor output
Doctor output
```console kirshi@Kirshis-MacBook-Pro ~ % flutter doctor -v [✓] Flutter (Channel stable, 3.24.3, on macOS 15.0 24A335 darwin-x64, locale en-US) • Flutter version 3.24.3 on channel stable at /Users/kirshi/Development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 2663184aa7 (3 weeks ago), 2024-09-11 16:27:48 -0500 • Engine revision 36335019a8 • Dart version 3.5.3 • DevTools version 2.37.3 [!] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/kirshi/Library/Android/sdk ✗ cmdline-tools component is missing Run `path/to/sdkmanager --install "cmdline-tools;latest"` See https://developer.android.com/studio/command-line for more details. ✗ Android license status unknown. Run `flutter doctor --android-licenses` to accept the SDK licenses. See https://flutter.dev/to/macos-android-setup for more details. [✓] Xcode - develop for iOS and macOS (Xcode 16.0) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 16A242d • CocoaPods version 1.15.2 [✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable. [✓] Android Studio (version 2024.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 17.0.11+0-17.0.11b1207.24-11852314) [✓] VS Code (version 1.93.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.96.0 [✓] Connected device (1 available) • macOS (desktop) • macos • darwin-x64 • macOS 15.0 24A335 darwin-x64 [✓] Network resources • All expected network resources are available. ! Doctor found issues in 2 categories. kirshi@Kirshis-MacBook-Pro ~ % ```