Gordon
Gordon
Hi @BobaTrek, this is something we could potentially add - something like a listener on an input. I'll bring it up with our engineering team. If you'd like to though,...
Glad it worked! And thanks for the thoughtful suggestions. The code I shared was just me hacking something together - thanks for fixing it. Don't think we would add this...
Hi @richardgazdik, the video you shared sets the input from a listener in the state machine. For example, that listener is a pointer enter/exit (or it could also be set...
@LeeMatthewHiggins this is now available on all the RiveAnimation named constructors. It will also be added to the `Rive` widget soon. For anyone interested you can also make use of...
@JPGmooder which version of VS and Clang are you using. It appears that the issue was resolved for someone else after they updated, see here: https://github.com/rive-app/rive-flutter/issues/279#issuecomment-1370748762
Hi @antonio-arbo, thank you for sharing the above. We can leave this open for now in case anyone else encounters this issue.
Hi! At the moment we don't expose an API to achieve the component swapping like you mentioned. You can delve down a deeper level and potentially achieve the results you...
Solos has release, more information for anyone interested: https://www.youtube.com/watch?v=4z364R6YpJw
Here is some example code. It'll require you to import src code that is not exported in the library. In the future there may be a better API to do...
Hey @lesnitsky I tried to recreate something myself without looking at your code, and I basically got to the same result. Adding it here for transparency. ```dart class MyHomePage extends...