René Christen

Results 21 comments of René Christen

should be fixed by [this](https://github.com/BanTheRewind/Cinder-Asio/pull/21) pull request

this looks promising! All I need in my current project is to be able to get and set bool inputs. I have tried doing this modifying the onInit code in...

actually refactored things a bit to troubleshoot and this is working! ``` for (var nestedArtboard in artboard.activeNestedArtboards) { for (var animation in (nestedArtboard as RuntimeNestedArtboard).animations) { void callback(String stateMachineName, String...

@HayesGordon any chance there is a variation of this than can be used to set the value of nested TextRuns? I have had no luck getting the renderer to show...

does this mean there is currently no way to pass a message back to dart from model viewer JS? I am wrestling with this now as want to call dart...

Looking into this further WebViewController is required for this to have JS > dart comms but only exists on mobile. The package therefore uses HtmlElementView instead for web but no...

this works for me: https://github.com/rive-app/rive-flutter/issues/341

Any update on this? Given the maturity of flutter web and their 2023 roadmap for web we're looking to move our web based platform (vue/typescript) to flutter web but want...

I would love to see this. A basic example or two showing how to set a boilerplate project up using different frameworks would be great.

Any update on this? Given the maturity of flutter web and their 2023 roadmap for web we're looking to move our web based platform (vue/typescript) to flutter web but want...