Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 377 Bytes

FlowBinding Lifecycle

This module provides bindings for the AndroidX Lifecycle library.

Transitive Dependency

androidx.lifecycle:lifecycle-common-java8

Download

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

Available Bindings

fun Lifecycle.events(): Flow<Lifecycle.Event>