{"id":36694537,"url":"https://github.com/floschu/control","last_synced_at":"2026-01-12T11:27:43.786Z","repository":{"id":35230852,"uuid":"210012903","full_name":"floschu/control","owner":"floschu","description":"🎮 coroutines flow based uni-directional architecture","archived":false,"fork":false,"pushed_at":"2025-05-26T19:41:37.000Z","size":2456,"stargazers_count":57,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-05-26T20:38:31.697Z","etag":null,"topics":["android","control","controller","coroutines","kotlin","kotlin-flow","library","mutation-test","unidirectional-data-flow"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floschu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-09-21T15:55:22.000Z","updated_at":"2025-05-26T19:41:41.000Z","dependencies_parsed_at":"2022-08-08T06:16:05.325Z","dependency_job_id":"c2165f31-92cc-478a-b58b-b947a8e179f5","html_url":"https://github.com/floschu/control","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/floschu/control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floschu%2Fcontrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floschu%2Fcontrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floschu%2Fcontrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floschu%2Fcontrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floschu","download_url":"https://codeload.github.com/floschu/control/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floschu%2Fcontrol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","control","controller","coroutines","kotlin","kotlin-flow","library","mutation-test","unidirectional-data-flow"],"created_at":"2026-01-12T11:27:43.254Z","updated_at":"2026-01-12T11:27:43.773Z","avatar_url":"https://github.com/floschu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg alt=\"flow\" width=\"600\" src=\".media/control.png\"\u003e\u003c/p\u003e\n\n\u003cp align=center\u003e\n    \u003ca href=\"https://search.maven.org/artifact/at.florianschuster.control/control-core\"\u003e\u003cimg alt=\"version\" src=\"https://img.shields.io/maven-central/v/at.florianschuster.control/control-core?label=version\u0026logoColor=f88909\" /\u003e\u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\u003cimg alt=\"license\" src=\"https://img.shields.io/badge/license-Apache%202.0-blue.svg?color=7b6fe2\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=center\u003e\n    \u003ca href=\"https://github.com/floschu/control/\"\u003e\u003cimg alt=\"last commit\" src=\"https://img.shields.io/github/last-commit/floschu/control?logoColor=ffffff\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/floschu/control\"\u003e\u003cimg alt=\"coverage\" src=\"https://codecov.io/gh/floschu/control/branch/develop/graph/badge.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/floschu/control/actions\"\u003e\u003cimg alt=\"build\" src=\"https://github.com/floschu/control/workflows/build/badge.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## installation\n\n``` groovy\nrepositories {\n    mavenCentral()\n}\n\nkotlin {\n    sourceSets {\n        commonMain {\n            dependencies {\n                implementation(\"at.florianschuster.control:control-core:$version\")\n            }\n        }\n    }\n}\n```\n\nsee [changelog](https://github.com/floschu/control/blob/develop/CHANGELOG.md)  for versions\n\n## controller\n\n\u003cp align=\"center\"\u003e\u003cimg alt=\"flow\" width=\"500\" src=\".media/udf.png\"\u003e\u003c/p\u003e\n\nA [Controller](control-core/src/commonMain/kotlin/at/florianschuster/control/Controller.kt) is an\nui-independent class that controls the state of a view. The role of a `Controller` is to separate\nbusiness-logic from view-logic. A `Controller` has no dependency to the view, so it can easily be\nunit tested.\n\n## info \u0026 documentation\n\n1. [controller](https://github.com/floschu/control/wiki/controller)\n2. [view](https://github.com/floschu/control/wiki/view)\n3. [transformations](https://github.com/floschu/control/wiki/transformations)\n4. [effects](https://github.com/floschu/control/wiki/effects)\n5. [controller testing](https://github.com/floschu/control/wiki/controller-testing)\n6. [view testing](https://github.com/floschu/control/wiki/view-testing)\n7. [logging](https://github.com/floschu/control/wiki/logging)\n\n## examples\n\n* [kotlin-counter](examples/kotlin-counter): most basic kotlin example. uses `Controller`.\n* [android-counter](examples/android-counter): android counter example built\n  with [jetpack compose](https://developer.android.com/jetpack/compose).\n\n## author\n\nvisit my [website](https://florianschuster.at/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloschu%2Fcontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloschu%2Fcontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloschu%2Fcontrol/lists"}