You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after a drag and drop the app doesn't rebuild itself until it is selected on macOS
Expected results
I expect the app to react to the drag and drop and rebuild itself to give immediate feedback to the user.
Actual results
the app doesn't rebuild itself after a drag and drop on macOS
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.1 24B83 darwin-x64, locale en-GB)
• Flutter version 3.24.5 on channel stable at /Users/fractale/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision dec2ee5c1f (5 weeks ago), 2024-11-13 11:13:06 -0800
• Engine revision a18df97ca5
• Dart version 3.5.4
• DevTools version 2.37.3
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/fractale/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.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16B40
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2022.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 17.0.6+0-17.0.6b802.4-9586694)
[✓] VS Code (version 1.96.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.102.0
[✓] Connected device (2 available)
• macOS (desktop) • macos • darwin-x64 • macOS 15.1 24B83 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 131.0.6778.141
! Error: Browsing on the local area network for Melimelo. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
I use a DropTarget from desktop_drop-0.5.0
The text was updated successfully, but these errors were encountered:
@boyan01 I can't explain what is happening. this doesn't happen every time.
If I start playing with another window it doesn't work but if I only play with the finder and the app it works as expected.
Can you observe the same behavior on your side?
Screen.Recording.2024-12-19.at.02.19.26.mov
after a drag and drop the app doesn't rebuild itself until it is selected on macOS
Expected results
I expect the app to react to the drag and drop and rebuild itself to give immediate feedback to the user.
Actual results
the app doesn't rebuild itself after a drag and drop on macOS
I use a
DropTarget
fromdesktop_drop-0.5.0
The text was updated successfully, but these errors were encountered: