Bin

Results 66 comments of Bin

Need to design and make an app icon for the display of the launcher screen of each platform.

tried the example on macOS with flowing commands, but didn't reproduced the issue. ``` cd packages/desktop_drop/example flutter build web --web-renderer html --release cd build/web python3 -m http.server ``` then open...

> Have you experienced the same crashes with stable Flutter? Not tested yet, we are currently only using master channel builds because 3.3.10 has some unfixed issues on Windows that...

> This is most likely related to WINRT, I did not google yet how I can install it. Sorry for my laziness. The same as https://github.com/MixinNetwork/flutter-plugins/issues/185 Upgrade visual studio version...

You can try this. (use **apt-get** instead of **apt**) ``` sudo apt-get install webkit2gtk-4.0 ``` I'll update it to right apt package name lately.

this should be closed by #338 , thanks for @wangdenkun

Thanks for the PR. It looks like this PR is mainly to add handling drop events for urls (not files) on Linux. but in my opinion, refactoring the `files` in...

Sorry for later. Seems already works fine on flutter 3.10.6 now. Thanks for the report, closing.

Thanks for the detailed description @borjandev in this situation, should use `await Pasteboard.files()` to get the file instead of `Pasteboard.image`