Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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").
- Host: GitHub
- URL: https://github.com/leancodepl/bloc_presentation
- Owner: leancodepl
- License: apache-2.0
- Created: 2020-09-29T07:42:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T13:46:32.000Z (10 months ago)
- Last Synced: 2024-05-02T01:41:33.078Z (8 months ago)
- Topics: flutter, flutter-bloc
- Language: Dart
- Homepage: https://pub.dev/packages/bloc_presentation
- Size: 217 KB
- Stars: 25
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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