项目作者: uniflow-kt

项目描述 :
Uniflow 🦄 - Simple Unidirectionnel Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming
高级语言: Kotlin
项目地址: git://github.com/uniflow-kt/uniflow-kt.git
创建时间: 2019-04-09T08:21:20Z
项目社区:https://github.com/uniflow-kt/uniflow-kt

开源协议:Other

下载


Uniflow logo

Setup 🚀

Current Version - 1.1.2

Maven Central

Gradle setup

Repository is now Maven Central:

  1. repositories {
  2. mavenCentral()
  3. }

Check the latest version

  1. // Core
  2. implementation 'org.uniflow-kt:uniflow-core:$uniflow_version'
  3. testImplementation 'org.uniflow-kt:uniflow-test:$uniflow_version'
  4. // Android
  5. implementation 'org.uniflow-kt:uniflow-android:$uniflow_version'
  6. testImplementation 'org.uniflow-kt:uniflow-android-test:$uniflow_version'
  7. // Extras
  8. implementation 'org.uniflow-kt:uniflow-saferesult:$uniflow_version'
  9. 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