deakjahn / flutter_dropzone

A drag-and-drop Flutter plugin (Web). Only web and only from outside into Flutter.
https://pub.dev/packages/flutter_dropzone
90 stars 41 forks source link

Flutter was unable to create enough overlay surfaces. #46

Open Baqiwaqi opened 2 years ago

Baqiwaqi commented 2 years ago

After rendering more then 6 DropzoneView in a listview.builder this error is shown in the debug log.

Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. You may experience incorrect rendering.

jtmuller5 commented 1 year ago

This can happen if you don't run the Flutter web app with --web-renderer html

deakjahn commented 1 year ago

Unfortunately, not the first report (see https://github.com/deakjahn/flutter_dropzone/issues/55) and only with CanvasKit, so it's unlikely we could do anything about it.