I've forked and edited a nice animation
https://www.2dimensions.com/a/TheFe91/files/flare/rosso-loader
Unfortunately when I call this animation in my app it shows like this:
https://i.stack.imgur.com/OYnba.jpg
I use it in this way:
FlareActor( 'assets/RossoLoader.flr', fit: BoxFit.fitWidth, alignment: Alignment.center, animation: 'Loading', ),
Any idea?
Thanks!