An open API service indexing awesome lists of open source software.

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.

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