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

css transform:rotate(0deg) not support #647

Open
1 task done
aymonYU opened this issue Aug 16, 2024 · 0 comments
Open
1 task done

css transform:rotate(0deg) not support #647

aymonYU opened this issue Aug 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aymonYU
Copy link

aymonYU commented Aug 16, 2024

Affected version

main

Flutter versions

3.13.0

No same issues found.

  • 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 aymonYU added the bug Something isn't working label Aug 16, 2024
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

1 participant