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
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:
The text was updated successfully, but these errors were encountered:
Affected version
main
Flutter versions
3.13.0
No same issues found.
Steps to Reproduce
flutter run
Code example
like:
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:
The text was updated successfully, but these errors were encountered: