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
{{ message }}
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Animations are not rendering with the exception "Missing keyframe"
Used example code provided by the developer team
Full exception: I/flutter ( 5428): creator: CustomPaint ← Lottie ← Column ← Center ← MediaQuery ← LayoutId-[<_ScaffoldSlot.body>] ← I/flutter ( 5428): CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← I/flutter ( 5428): _InkFeatures-[GlobalKey#e5774 ink renderer] ← NotificationListener<LayoutChangedNotification> ← ⋯ I/flutter ( 5428): parentData: offset=Offset(30.0, 65.0); flex=null; fit=null (can use size) I/flutter ( 5428): constraints: BoxConstraints(0.0<=w<=360.0, 0.0<=h<=Infinity) I/flutter ( 5428): size: Size(300.0, 300.0) I/flutter ( 5428): This RenderObject has no descendants. I/flutter ( 5428): ════════════════════════════════════════════════════════════════════════════════════════════════════ I/flutter ( 5428): Another exception was thrown: Bad state: Missing values for keyframe. D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 0 D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 1 D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 0 D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 1 I/flutter ( 5428): Unknown shape rp I/flutter ( 5428): Unknown shape rp I/flutter ( 5428): Another exception was thrown: Bad state: Missing values for keyframe.
Flutter doctor result:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.7.8+hotfix.4, on Microsoft Windows [Version 10.0.18362.239], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.3)
[√] VS Code, 64-bit edition (version 1.36.1)
[√] Connected device (1 available)
• No issues found!
What is the problem here, who can help with that? :(
The text was updated successfully, but these errors were encountered:
Animations are not rendering with the exception "Missing keyframe"
Used example code provided by the developer team
Full exception:
I/flutter ( 5428): creator: CustomPaint ← Lottie ← Column ← Center ← MediaQuery ← LayoutId-[<_ScaffoldSlot.body>] ← I/flutter ( 5428): CustomMultiChildLayout ← AnimatedBuilder ← DefaultTextStyle ← AnimatedDefaultTextStyle ← I/flutter ( 5428): _InkFeatures-[GlobalKey#e5774 ink renderer] ← NotificationListener<LayoutChangedNotification> ← ⋯ I/flutter ( 5428): parentData: offset=Offset(30.0, 65.0); flex=null; fit=null (can use size) I/flutter ( 5428): constraints: BoxConstraints(0.0<=w<=360.0, 0.0<=h<=Infinity) I/flutter ( 5428): size: Size(300.0, 300.0) I/flutter ( 5428): This RenderObject has no descendants. I/flutter ( 5428): ════════════════════════════════════════════════════════════════════════════════════════════════════ I/flutter ( 5428): Another exception was thrown: Bad state: Missing values for keyframe. D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 0 D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 1 D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 0 D/ViewRootImpl( 5428): ViewPostImeInputStage processPointer 1 I/flutter ( 5428): Unknown shape rp I/flutter ( 5428): Unknown shape rp I/flutter ( 5428): Another exception was thrown: Bad state: Missing values for keyframe.
Flutter doctor result:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.7.8+hotfix.4, on Microsoft Windows [Version 10.0.18362.239], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Android Studio (version 3.3)
[√] VS Code, 64-bit edition (version 1.36.1)
[√] Connected device (1 available)
• No issues found!
What is the problem here, who can help with that? :(
The text was updated successfully, but these errors were encountered: