Open butterl opened 5 years ago
I got the same error and this works for me:
new NimaActor( "assets/Robot.nma", alignment: Alignment.center, fit: BoxFit.contain, animation: "Flight", )
the paramater "filename" of NimaActor need add ".nma",and do not refactor "Robot.png" to "robot.png".
Thanks for sharing these goods demos for flutter beginers!
I tried directly build the repo and,seems could not find resource Tried this still return same error