Package-level declarations
Set of classes and Composables to simplify navigation in a Compose application.
Types
Functions
Helper function to create a DestinationId from a string.
Helper function to create a DestinationId from a string.
Helper method for creating a composable NavigationDestination.
Helper method for creating inner navigation.
Helper method for creating a dialog NavigationDestination.
Returns the argument for the current destination.
Returns the argument for the current destination.
Returns the argument for the current destination as Flow.
A navigation view allows navigating between different destinations.
Returns current emission as NavigationResult.Success if valid.
Pop up to a given destination before navigating. This pops all non-matching destination routes from the back stack until the destination with a matching route is found.
Pop up to the start destination before navigating. This pops all non-matching destination routes from the back stack until the destination with a matching route is found.
Helper method for creating inner navigation.