- Notifications
You must be signed in to change notification settings - Fork30k
Closed
Labels
P2Important issues not at the top of the work listc: crashStack traces logged to the consolec: renderingUI glitches reported at the engine/skia or impeller rendering levelcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.customer: housecustomer: web10found in release: 1.22Found to occur in 1.22frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specifically
Description
Couldn't run ColorFilter widget on Web. Works great on Android/iOS platforms. After commenting outColorFiltered(..) code works fine.
Code is availablehere
Error encountered on Chrome console:
errors.dart:145 Uncaught Error: Assertion failed: org-dartlang-app:///packages/flutter/src/gestures/converter.dart:132:20!state.downis not true at Object.throw_ [as throw] (errors.dart:191) at Object.assertFailed (errors.dart:24) at SyncIterable.new.expand (converter.dart:132) at expand.next (<anonymous>) at ListQueue.new.addAll (queue.dart:655) at binding$5.WidgetsFlutterBinding.new.[_handlePointerDataPacket] (binding.dart:84) at _engine.PointerBinding.new.[_onPointerData] (pointer_binding.dart:85) at pointer_binding.dart:207 at HTMLElement.<anonymous> (pointer_binding.dart:143)Steps to Reproduce
- ...
- ...
- ...
Logs
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listc: crashStack traces logged to the consolec: renderingUI glitches reported at the engine/skia or impeller rendering levelcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.customer: housecustomer: web10found in release: 1.22Found to occur in 1.22frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specifically