{"id":15034879,"url":"https://github.com/square/workflow","last_synced_at":"2025-05-14T07:09:20.278Z","repository":{"id":33602975,"uuid":"157799999","full_name":"square/workflow","owner":"square","description":"A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.","archived":false,"fork":false,"pushed_at":"2025-05-02T01:05:27.000Z","size":25048,"stargazers_count":1138,"open_issues_count":10,"forks_count":69,"subscribers_count":40,"default_branch":"main","last_synced_at":"2025-05-09T10:14:18.013Z","etag":null,"topics":["android","ios","kotlin","reactive","state-machine","swift","ui","workflow"],"latest_commit_sha":null,"homepage":"https://square.github.io/workflow","language":"Shell","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/square.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2018-11-16T02:16:30.000Z","updated_at":"2025-04-16T15:10:00.000Z","dependencies_parsed_at":"2024-01-22T23:23:55.305Z","dependency_job_id":"0b1b2c35-00f5-43d6-8b22-a92b0cfd1a8b","html_url":"https://github.com/square/workflow","commit_stats":{"total_commits":1031,"total_committers":43,"mean_commits":"23.976744186046513","dds":0.516003879728419,"last_synced_commit":"d4a630243a606e90c1863bcb0fa759b9fcf55008"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square%2Fworkflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square%2Fworkflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square%2Fworkflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/square%2Fworkflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/square","download_url":"https://codeload.github.com/square/workflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092786,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","ios","kotlin","reactive","state-machine","swift","ui","workflow"],"created_at":"2024-09-24T20:26:39.530Z","updated_at":"2025-05-14T07:09:15.258Z","avatar_url":"https://github.com/square.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\n[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)\n\nWorkflow is an application framework that provides architectural primitives.\n\nWorkflow is:\n\n* Written in and used for Kotlin and Swift\n* A unidirectional data flow library that uses immutable data within each Workflow.\n  Data flows in a single direction from source to UI, and events in a single direction\n  from the UI to the business logic.\n* A library that supports writing business logic and complex UI navigation logic as\n  state machines, thereby enabling confident reasoning about state and validation of\n  correctness.\n* Optimized for composability and scalability of features and screens.\n* Corresponding UI frameworks that bind Rendering data classes for “views”\n  (including event callbacks) to Mobile UI frameworks for Android and iOS.\n* A corresponding testing framework that facilitates simple-to-write unit\n  tests for all application business logic and helps ensure correctness.\n\n## Using Workflows in your project\n\n### Swift\n\nSee the [square/workflow-swift](https://github.com/square/workflow-swift) repository.\n\n### Kotlin\n\nSee the [square/workflow-kotlin](https://github.com/square/workflow-kotlin) repository.\n\n## Resources\n\n* Wondering why to use Workflow? See\n  [\"Why Workflow\"](https://square.github.io/workflow/userguide/whyworkflow/)\n* There is a [Glossary of Terms](https://square.github.io/workflow/glossary/)\n* We have a [User Guide](https://square.github.io/workflow/userguide/concepts/)\n  describing core concepts.\n* For Kotlin (and Android), there is a codelab style\n  [tutorial](https://github.com/square/workflow-kotlin/tree/main/samples/tutorial) in the repo.\n* For Swift (and iOS), there is also a Getting Started\n  [tutorial](https://github.com/square/workflow-swift/tree/main/Samples/Tutorial) in the repo.\n* There are also a number of\n  [Kotlin samples](https://github.com/square/workflow-kotlin/tree/main/samples)\n  and [Swift samples](https://github.com/square/workflow-swift/tree/main/Samples).\n\n### Support \u0026 Contact\n\nWorkflow discussion happens in the Workflow Community slack. Use this [open invitation](https://join.slack.com/t/workflow-community/shared_invite/zt-a2wc0ddx-4bvc1royeZ7yjGqEkW1CsQ).\n\nWorkflow maintainers also hang out in the [#squarelibraries](https://kotlinlang.slack.com/messages/C5HT9AL7Q)\nchannel on the [Kotlin Slack](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up?_ga=2.93235285.916482233.1570572671-654176432.1527183673).\n\n## Releasing and Deploying\n\nSee [RELEASING.md](RELEASING.md).\n\n## License\n\n\u003cpre\u003e\nCopyright 2019 Square Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\u003c/pre\u003e\n\n![wolfcrow](wolfcrow.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquare%2Fworkflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquare%2Fworkflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquare%2Fworkflow/lists"}