Chamber
Chamber copied to clipboard
⚖️ A lightweight Android lifecycle-aware and thread-safe pipeline for communicating between components with custom scopes.
Results
1
Chamber issues
Sort by
recently updated
recently updated
newest added
### Support multiple scopes Blueprint: ```kotlin @FirstScope @SecondScope class MainActivity { // share on the @FirstScope @ShareProperty(key = "name", scope = FirstScope::class.java) private var username = ChamberProperty("skydoves") // share on...
enhancement