3

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,

  • run on Flutter web
  • using Package flutter_dropzone: ^3.0.5
  • default example code from example using Package `flutter_dropzone'

Thanks in advance

mtlps
  • 53
  • 4
  • Can you explain more what "running manually" means? vs flutter run etc – Richard Heap Aug 02 '22 at 10:44
  • Running manually by copy paste the url e.g: `http://localhost:56743/#/ ` , and run `flutter run -d chrome --web-renderer canvaskit` , via terminal – mtlps Aug 03 '22 at 04:37

1 Answers1

0

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

ssh
  • 1