We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My flare animation never appears. The screen are blank.
Pubspec: flare_flutter: ^1.3.6
assets:
main.dart: FlareActor("OpacityLogo.flr", alignment:Alignment.center, fit:BoxFit.contain, animation: "resortesCar"))
Animation: https://www.2dimensions.com/a/Fernando/files/flare/opacitylogo
can anybody help me?
Thanks. Google translate.
The text was updated successfully, but these errors were encountered:
Hey fernando, thanks for the report! I've tested your file on this end, but everything seems to be running as expected.
Could you provide more details of your Flutter widget layout?
Sorry, something went wrong.
Hi Umberto: This is my code: return Scaffold( appBar: AppBar( title: Text("Flare Test"), centerTitle: true, ), body: ListView( children: [ Container( height: 500, child: FlareActor("assets/OpacityLogo.flr", alignment: Alignment.center, fit: BoxFit.contain, animation: "resortesCar"), ) ], ), );
Thanks for help me!
No branches or pull requests
My flare animation never appears. The screen are blank.
Pubspec:
flare_flutter: ^1.3.6
assets:
main.dart:
FlareActor("OpacityLogo.flr", alignment:Alignment.center, fit:BoxFit.contain, animation: "resortesCar"))
Animation: https://www.2dimensions.com/a/Fernando/files/flare/opacitylogo
can anybody help me?
Thanks.
Google translate.
The text was updated successfully, but these errors were encountered: