I’m looking for a new plugin or a functionnality that could do that :
When you create a new topic, it automatically propose existing tags or new tags according to the content of the topic.
Ex :
Is the usage of Flows on JetPackCompose recommended ?
val numbersFlow: Flow = flow {
repeat(60) { it →
emit(it+1) //Emits the result of the request to the flow
delay(1000) //Suspends the coroutine for some time
}
}
Potential tags displayed : JetPackCompose, Kotlin, Flow