Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 405 Bytes

FlowBinding Navigation

This module provides bindings for the AndroidX Navigation library.

Transitive Dependency

androidx.navigation:navigation-runtime

Download

implementation "io.github.reactivecircus.flowbinding:flowbinding-navigation:${flowbinding_version}"

Available Bindings

fun NavController.destinationChangeEvents(): Flow<DestinationChangeEvent>