Socket
Book a DemoInstallSign in
Socket

org.uniflow-kt:uniflow-android-test

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.uniflow-kt:uniflow-android-test

Uniflow - Simple Unidirectionnel Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming

Source
mavenMaven
Version
1.1.2
Version published
Maintainers
1
Source

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

FAQs

Package last updated on 19 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts