navigation

Wrapper for the AndroidX Navigation Compose component allowing passing typed arguments between destinations.

Note:

This package requires Hilt, as it's using Dependency Injection to provide the Navigator class.

Deprecation

This module may get deprecated in favor of the official Navigation Compose library, which now also supports typed destinations using Serialization.

Packages

Link copied to clipboard

Set of classes and Composables to simplify navigation in a Compose application.

A helper view model that can be used for navigation.