Component - Flow basics
This UI component demonstrates the basics of Kotlin Flow in an Android app. It shows a simple screen with a button and a text view. When the button is clicked, a Flow emits a sequence of numbers, and the UI updates the text view with each number as it arrives.