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
My original Flare file/animation has a Cubic curve defined for all its animation. But when I export and run the same animation on my Flutter app, it seems to use a Linear curve. I have exported the files multiple times with different changes on it, but no luck.
I have attached both the design file and the exported file in the zip.
iamyogik
changed the title
The Flare animation always uses Linear curve when I run it on my Flutter app, but the original file has a Cubic curve on it.
Flare animation uses Linear curve on Flutter app, but the original file has a Cubic curve on it.
Jun 8, 2019
My original Flare file/animation has a Cubic curve defined for all its animation. But when I export and run the same animation on my Flutter app, it seems to use a Linear curve. I have exported the files multiple times with different changes on it, but no luck.
I have attached both the design file and the exported file in the zip.
Flutter code:
Scaffold( backgroundColor: Colors.white, body: Center( child: Container( child: FlareActor( "assets/flare.flr", animation: "animate", ), ), ), );
Files: flare_files.zip
Link to flare: https://www.2dimensions.com/a/iamyogik/files/flare/new-file-4
Video of the flare animation running in the app: https://drive.google.com/file/d/1B98DNE3Zq26jQs4YCsDx-2gYnNaPIo4J/view?usp=sharing
The text was updated successfully, but these errors were encountered: