mtlps
mtlps

Reputation: 73

Drag and drop file on Flutter web is not working properly

Works when url project run on browser manually

As shown below

Drag and drop working properly

Not works when project run from

vscode (start debugging or Run without debugging)

or

> flutter run -d chrome --web-renderer canvaskit

or

> flutter run -d chrome --web-renderer html

As shown below

drag and drop not working

I did some exploration (not resolve the problem)

i'm just wondering why this happened
Please give explanation if any of you guys have the same problem before

fyi,

Thanks in advance

Upvotes: 5

Views: 1988

Answers (1)

ssh
ssh

Reputation: 1

try it after build. i think it is because of plugin.dll file generated

Upvotes: 0

Related Questions