Skip to content

Uniflow ๐Ÿฆ„ - Simple Unidirectional Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming

License

Notifications You must be signed in to change notification settings

nicbell/uniflow-kt

ย 
ย 

Repository files navigation

Uniflow logo

Setup ๐Ÿš€

Version Maven Central

Gradle setup

Repository is now Maven Central:

repositories {
    mavenCentral()
}

Check the latest version

// Core
implementation 'org.uniflow-kt:uniflow-core:$uniflow_version'
testImplementation 'org.uniflow-kt:uniflow-test:$uniflow_version'

// Android
implementation 'org.uniflow-kt:uniflow-android:$uniflow_version'
testImplementation 'org.uniflow-kt:uniflow-android-test:$uniflow_version'

// Extras
implementation 'org.uniflow-kt:uniflow-saferesult:$uniflow_version'
implementation 'org.uniflow-kt:uniflow-arrow:$uniflow_version'

โš ๏ธ Due to Maven Central migration, group id has been updated from io.uniflow to org.uniflow-kt โš ๏ธ

Getting started ๐Ÿš€

Documentation ๐Ÿ“–

Sample Apps ๐ŸŽ‰

Resources โ˜•๏ธ

Contact us ๐Ÿ’ฌ

Come talk on Kotlin Slack @ #uniflow channel

About

Uniflow ๐Ÿฆ„ - Simple Unidirectional Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.8%
  • Shell 0.2%