wongcong
Results
3
comments of
wongcong
If you need to use a plugin within a sub-window, you must manually register it in main.cpp or flutter_window.cpp when the sub-window is created. The code you provided demonstrates the...
遇到这个问题可以改用^0.2.1版本,此版本没有这个问题。
Using the Flutter desktop_drop plugin, I handle drag-and-drop by calculating the HTML element's position based on the cursor's coordinates. I then convert the dragged element and file data to Base64...