KotlinBloc icon indicating copy to clipboard operation
KotlinBloc copied to clipboard

A predictable state management library for Kotlin and Jetpack Compose, using the BLoC design pattern.

Results 4 KotlinBloc issues
Sort by recently updated
recently updated
newest added
trafficstars

### Specs com.github.ptrbrynt.KotlinBloc:core 3.0.0 org.jetbrains.compose 1.1.0 ### Introduction Hi. I'm using BLoC in my Kotlin-Compose (desktop) to manage the connection status of a peripheral device in my application. Each screen...

Hello, there! Will you add some stream feature in KotlinBloc in the future? Thank you.

I really liked your implementation of Bloc in kotlin. ViewModel is finely integrated with Activities (retention on activity recreate, etc) and other Android stuff in general. Also ViewModel is responsible...

I figured I could use this with Jetbrains compose, but when trying to add it to my gradle build file I am getting a > No matching variant error on...