Description
A Compose-multiplatform navigation library that leverage Decompose to create an API inspired by Conductor
A detailed breakdown available in this Medium article
Features
- 🚏 A
Router
that manages a FILO stack for your screen configurations - 📦
rememberOnRoute()
lets you retain your view model across configuration changes and gets cleared when the user leaves the screen - ☠️ A
SavedStateHandle
to restore state gracefully after the process death. (for Android) - 🚉 Multiplatform! Supports Android, WearOS, Desktop, iOS and Web
Code: https://github.com/xxfast/Decompose-Router
Article: https://proandroiddev.com/diy-compose-multiplatform-navigation-with-decompose-94ac8126e6b5
Reviews
There are no reviews yet.