KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
336 stars 19 forks source link

Jetpack Compose samples #30

Open mochadwi opened 2 years ago

nsk90 commented 1 year ago

Sample Compose app should be created to show KStateMachine library possibilities. This app may be similar to https://github.com/nsk90/android-kstatemachine-sample but it is not mandatory.

The app should use simple MVI implementation like in Android sample and Kotlin Coroutines library. There should be no other third party dependencies.

The goal is to make a state machine library sample, so UI should be minimal clean and simple.

chanjungkim commented 1 year ago

@nsk90 in where do you want to place the sample folder?

nsk90 commented 1 year ago

That should be separate repository, I will make it..

nsk90 commented 1 year ago

https://github.com/nsk90/compose-kstatemachine-sample This is an empty repository to start from