Component - StateFlow for reactive state
This UI component shows how StateFlow helps keep the app's state reactive and updated. When the state changes, the UI automatically updates to show the new value without manual refresh.
This UI component shows how StateFlow helps keep the app's state reactive and updated. When the state changes, the UI automatically updates to show the new value without manual refresh.
Activity
└── ComposeView
└── Column
├── Text
└── Button