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
i am getting following error message in the console:
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.
I am trying to show images in a list. They are shown there but if i open a Drawer from the right, some images are shown above this drawer.
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.
Error: Assertion failed: org-dartlang-sdk:///lib/_engine/engine/canvaskit/surface_factory.dart:149:12
_cache.contains(surface)
is not true
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 294:49 throw_
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 35:3 assertFailed
lib/_engine/engine/canvaskit/surface_factory.dart 149:35 isLive
lib/_engine/engine/canvaskit/surface.dart 277:16 [_contextLostListener]
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 574:37 _checkAndCall
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 579:39 dcall
Hi everyone,
i am getting following error message in the console:
I am trying to show images in a list. They are shown there but if i open a Drawer from the right, some images are shown above this drawer.
Drawer closed and list is visible:
Drawer open and list should be behind the drawer:
Code example of the list:
So if anyone has an idea how this could be fixed, feel free to share :)
The text was updated successfully, but these errors were encountered: