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
For example, I have two browser windows opened, one is my web app, another is a website full of images.
Then I drag one of the images into my web app, the onDragDone callback returns an empty list.
I have also tested the main branch, it throws the following error: Error: Expected a value of type 'Entry', but got one of type 'Null'
Expected behavior
The dropped image should be handled without errors.
Version (please complete the following information):
Flutter Version: 3.16.7
OS: Chrome browser on MacOS
plugin: desktop_drop 0.4.4
The text was updated successfully, but these errors were encountered:
For example, I have two browser windows opened, one is my web app, another is a website full of images.
Then I drag one of the images into my web app, the
onDragDone
callback returns an empty list.I have also tested the
main
branch, it throws the following error:Error: Expected a value of type 'Entry', but got one of type 'Null'
Expected behavior
The dropped image should be handled without errors.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: