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
Using Windows Rive app Beta 0.8.1928 and flutter rive 0.13.14. I load the .riv file using:
RiveAnimation.direct( imported_file.riv artboard: "artboard", onInit: (Artboard artboard) { _logger.info(artboard.defaultStateMachine); // null _logger.info(artboard.defaultStateMachineId); // 0 } );
Even though the default (any only) statemachine for this artboard is checked as default in the UI. I can easily load this state machine using
StateMachineController.fromArtboard(artboard, "Default");
Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision 2663184aa7 (3 weeks ago) • 2024-09-11 16:27:48 -0500 Engine • revision 36335019a8 Tools • Dart 3.5.3 • DevTools 2.37.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Using Windows Rive app Beta 0.8.1928 and flutter rive 0.13.14. I load the .riv file using:
Even though the default (any only) statemachine for this artboard is checked as default in the UI.
I can easily load this state machine using
Device & Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: