webf icon indicating copy to clipboard operation
webf copied to clipboard

css transform:rotate(0deg) not support

Open aymonYU opened this issue 1 year ago • 0 comments

Affected version

main

Flutter versions

3.13.0

No same issues found.

  • [X] Yes, I search all issues but not found.

Steps to Reproduce

flutter run

Code example

like:

.xxx{
 transform:rotate(0deg)
}

Expected results

empty

Actual results

The following NoSuchMethodError was thrown during a scheduler callback: Closure call with mismatched arguments: function 'KeyframeEffect._defaultParse' Receiver: Closure: (dynamic) => dynamic from Function '_defaultParse@34484285': static. Tried calling: KeyframeEffect._defaultParse("rotate(0deg)", Instance of 'CSSRenderStyle', "WebkitTransform") Found: KeyframeEffect._defaultParse(dynamic) => dynamic

When the exception was thrown, this was the stack:

aymonYU avatar Aug 16 '24 03:08 aymonYU