Quick Start
Last updated
Last updated
First, let's declare some destinations, in Guia, they are called a
Then we declare a :
To link a to a Composable we can use the builder
parameter in rememberNavigator
:
Alternatively, a key can host its own Composable, called a , then we don't need to declare it in our builder, the builder is convenient in
To get the instance of our navigator and do some navigation:
Finally we render the navigator's state:
(For a list of all default operations provided by Guia check )
We can also add some , type-safe , behaviour and more. Check for more comprehensive usage of Guia.