feat: Flutter get component predicate

Diffs=
9abd6ee16 feat: Flutter get component predicate (#7388)
8486c3445 Get rid of MetricsPath. (#7371)

Co-authored-by: Anurag Devanapally <anurag.devanapally@aofl.com>
Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2024-06-07 11:52:32 +00:00
parent 094b050352
commit bf94e7d6b1
10 changed files with 94 additions and 7 deletions

View File

@ -27,7 +27,7 @@ class _LittleMachineState extends State<LittleMachine> {
// The artboard is the root of the animation and gets drawn in the
// Rive widget.
final artboard = file.mainArtboard;
final artboard = file.mainArtboard.instance();
var controller = StateMachineController.fromArtboard(
artboard,
'State Machine 1',