My Flare Project
This project consists of 2 animations, both of which work perfectly on Flare.


When I export the .flr file in my Flutter project, that's when the animations start behaving in a weird manner.

FlareActor(
"assets/hummingbird.flr",
alignment: Alignment.center,
fit: BoxFit.fitHeight,
animation: _animation,
),