Gabriel Souza

Results 132 comments of Gabriel Souza

Can you share reproducible code that we can test inside voyager samples?

Did you folks try this version? `id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64"`

The documentation was misleading, we have updated it with more samples and Multiplatform notice. https://voyager.adriel.cafe/state-restoration

@KapilYadav-dev is just a plain interface in this case `actual interface CommonSerializable`

I will try publish this week

I will try to get back working on compose-icons this week! Need to update scripts and create news ones before releasing new icons updates! But I will update it for...

Yes, it will be supported soon!

Should be fixed on https://github.com/adrielcafe/voyager/releases/tag/1.1.0-alpha03 We have update Compose KMP and add WASM support.

I assume you use Transitions API, there is a known bug that cause this. https://github.com/adrielcafe/voyager/issues/106 In the latest `1.1.0-beta02` we have introduce a new experimental API that make the ScreenTransition...

What is a `AppModule`. Voyager Screens requires to be serializable, this is how State Retauration works out of the box on Voyager, if the `AppModule` model is not Java Serializable...