Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected a value of type 'SkDeletable', but got one of type 'Null' #14

Open
jrheisler opened this issue Feb 27, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@jrheisler
Copy link

With the update to Flutter 1.26.0-17.8.pre on beta channel with flutter web, on long press you get the following error:

======== Exception caught by widgets library =======================================================
The following TypeErrorImpl was thrown building FocusedMenuDetails(dirty, dependencies: [MediaQuery]):
Expected a value of type 'SkDeletable', but got one of type 'Null'

The relevant error-causing widget was:
GetMaterialApp file:///C:/source/AndroidStudioProjects/orpheus/lib/main.dart:42:12
When the exception was thrown, this was the stack:
C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 236:49 throw
C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 84:3 castError
C:/b/s/w/ir/cache/builder/src/out/host_debug/dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/types.dart 266:34 as
C:/b/s/w/ir/cache/builder/src/out/host_debug/flutter_web_sdk/lib/_engine/engine/canvaskit/skia_object_cache.dart 146:55 new
C:/b/s/w/ir/cache/builder/src/out/host_debug/flutter_web_sdk/lib/_engine/engine/canvaskit/image_filter.dart 26:3 __
...

@henriquezanfa
Copy link
Collaborator

Is this error still happening with Flutter 2.0 or above?

@henriquezanfa henriquezanfa added bug Something isn't working question Further information is requested and removed question Further information is requested labels Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants