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

Flare animation uses Linear curve on Flutter app, but the original file has a Cubic curve on it. #100

Closed
iamyogik opened this issue Jun 7, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@iamyogik
Copy link

iamyogik commented Jun 7, 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

@iamyogik iamyogik closed this as completed Jun 7, 2019
@iamyogik iamyogik reopened this Jun 7, 2019
@iamyogik 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
@umberto-sonnino
Copy link
Contributor

Thanks for your report, we might've caught the issue, and there should be a fix out soon!

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

2 participants