Gordon

Results 216 comments of Gordon

Hi @andreasmpet , thanks for the detailed issue and sample. You're correct that with a state machine the first frame will show the default view before transitioning into the first...

Hey all, thanks for reporting, this has been fixed since v0.13.3 The issue was a race condition where if multiple Rive files are displayed at the same time, some graphics...

Apologies for this. Our underlying C++ engine has added new features that every Rive animation now depends on. Previously this would have only been an issue if your animation made...

@nowfalsalahudeen you can make use of `flutter pub deps` to view a dependency graph to see where Rive is included. Closing this issue as it is resolved in 0.13.4 But...

Hi all, Thanks for raising the issue and providing information on why this is needed. This is something that we can definitely look into doing, but it will require some...

Hi @cerealexx , the Rive Font engine won't have initialized at this point. The best way to do this is to manage the loading of the riv binary yourself, and...

Hi all, I'm unable to replicate tests breaking. If someone can share a reproducible example in a repository, I can take a look. But here is an example unit test...

@luisredondo thanks for the repro. This was a mistake on my side, I forgot that Flutter tests need to load in the dylib for macOS. I'm providing a solution, but...

Hi @yukimatsus, before I take a deeper look it might be an inconsistency between Impeller and Skia. Newer versions of Flutter use Impeller by default for iOS, but Android is...

Hi @forYouDevelop sorry for the late reply on this one. Are you still experiencing this issue? Some things you can test is to see if you're also experiencing this issue...