Socket
Book a DemoInstallSign in
Socket

at.florianschuster.control:control-core

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

at.florianschuster.control:control-core

coroutines flow based uni-directional architecture

Source
mavenMaven
Version
2.0.0
Version published
Maintainers
1
Source

flow

version license

last commit code quality coverage build

installation

repositories {
    mavenCentral()
}

kotlin {
    sourceSets {
        commonMain {
            dependencies {
                implementation("at.florianschuster.control:control-core:$version")
            }
        }
    }
}

see changelog for versions

controller

flow

A Controller is an ui-independent class that controls the state of a view. The role of a Controller is to separate business-logic from view-logic. A Controller has no dependency to the view, so it can easily be unit tested.

info & documentation

examples

author

visit my website.

FAQs

Package last updated on 16 Mar 2025

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