https://github.com/leancodepl/comms
Simple communication pattern abstraction on streams.
https://github.com/leancodepl/comms
Last synced: 12 months ago
JSON representation
Simple communication pattern abstraction on streams.
- Host: GitHub
- URL: https://github.com/leancodepl/comms
- Owner: leancodepl
- License: apache-2.0
- Created: 2022-08-05T10:03:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T14:04:34.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:37:30.270Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 116 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# comms
Predictable and simple communication pattern between classes.
| Package | Documentation | pub | CI |
| ----------------------------------------------------- | :--------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: |
| [`comms`][comms-link] | [Documentation][comms-documentation] | [![comms pub.dev badge][comms-pub-badge]][comms-pub-badge-link] | [![][comms-build-badge]][comms-build-badge-link] |
| [`flutter_comms`][flutter_comms-link] | [Documentation][flutter_comms-documentation] | [![flutter_comms pub.dev badge][flutter_comms-pub-badge]][flutter_comms-pub-badge-link] | [![][flutter_comms-build-badge]][flutter_comms-build-badge-link] |
## Maintainers
- [Jan Lewandowski](https://github.com/lewandowski-jan)
[comms-link]: https://github.com/leancodepl/comms/tree/master/packages/comms
[comms-documentation]: https://pub.dev/documentation/comms/latest/
[comms-pub-badge]: https://img.shields.io/pub/v/comms
[comms-pub-badge-link]: https://pub.dev/packages/comms
[comms-build-badge]: https://img.shields.io/github/actions/workflow/status/leancodepl/comms/comms-prepare.yaml?branch=master
[comms-build-badge-link]: https://github.com/leancodepl/comms/actions/workflows/comms-prepare.yaml
[flutter_comms-link]: https://github.com/leancodepl/comms/tree/master/packages/flutter_comms
[flutter_comms-documentation]: https://pub.dev/documentation/flutter_comms/latest/
[flutter_comms-pub-badge]: https://img.shields.io/pub/v/flutter_comms
[flutter_comms-pub-badge-link]: https://pub.dev/packages/flutter_comms
[flutter_comms-build-badge]: https://img.shields.io/github/actions/workflow/status/leancodepl/comms/flutter_comms-prepare.yaml?branch=master
[flutter_comms-build-badge-link]: https://github.com/leancodepl/comms/actions/workflows/flutter_comms-prepare.yaml