Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leancodepl/bloc_presentation

Extends blocs with an additional stream which can serve as a way of indicating single-time events (so-called "presentation events").
https://github.com/leancodepl/bloc_presentation

flutter flutter-bloc

Last synced: about 2 months ago
JSON representation

Extends blocs with an additional stream which can serve as a way of indicating single-time events (so-called "presentation events").

Awesome Lists containing this project

README

        

| Package | Documentation | pub | CI |
|---------------------------------------------------------|:-----------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------:|
| [`bloc_presentation`][bloc_presentation-link] | [Documentation][bloc_presentation-documentation] | [![bloc_presentation pub.dev badge][bloc_presentation-pub-badge]][bloc_presentation-pub-badge-link] | [![][bloc_presentation-build-badge]][bloc_presentation-build-badge-link] |
| [`bloc_presentation_test`][bloc_presentation_test-link] | [Documentation][bloc_presentation_test-documentation] | [![bloc_presentation_test pub.dev badge][bloc_presentation_test-pub-badge]][bloc_presentation_test-pub-badge-link] | [![][bloc_presentation_test-build-badge]][bloc_presentation_test-build-badge-link] |

## pub.dev release process

Tag your desired commit with `-v` and let the GitHub Actions do the rest.

[bloc_presentation-link]: https://github.com/leancodepl/bloc_presentation/tree/master/packages/bloc_presentation
[bloc_presentation-documentation]: https://pub.dev/documentation/bloc_presentation/latest/
[bloc_presentation-pub-badge]: https://img.shields.io/pub/v/bloc_presentation
[bloc_presentation-pub-badge-link]: https://pub.dev/packages/bloc_presentation
[bloc_presentation-build-badge]: https://img.shields.io/github/actions/workflow/status/leancodepl/bloc_presentation/bloc_presentation-test.yml?branch=master
[bloc_presentation-build-badge-link]: https://github.com/leancodepl/bloc_presentation/actions/workflows/bloc_presentation-test.yml

[bloc_presentation_test-link]: https://github.com/leancodepl/bloc_presentation/tree/master/packages/bloc_presentation_test
[bloc_presentation_test-documentation]: https://pub.dev/documentation/bloc_presentation_test/latest/
[bloc_presentation_test-pub-badge]: https://img.shields.io/pub/v/bloc_presentation_test
[bloc_presentation_test-pub-badge-link]: https://pub.dev/packages/bloc_presentation_test
[bloc_presentation_test-build-badge]: https://img.shields.io/github/actions/workflow/status/leancodepl/bloc_presentation/bloc_presentation_test-test.yml?branch=master
[bloc_presentation_test-build-badge-link]: https://github.com/leancodepl/bloc_presentation/actions/workflows/bloc_presentation_test-test.yml