Nothing Special   »   [go: up one dir, main page]

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

uniflow-kt/uniflow-kt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Uniflow logo

Setup πŸš€

Current Version - 1.1.2

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