Learn how to locate and update text run values within a Rive animation effortlessly in the flutter runtime!
Rive Flutter Course - themotionmagic.com/p/flutter-rive-animations
⏳ Timestamps
00:00 Intro
00:13 Edit Run Name
00:50 TextValueRun
03:22 Extension
To access the text run, you need the artboard. Using the artboard you can get the TextValueRun object from the component method. The TextValueRun can be used to read and write the text contents inside the rive animation.
コメント