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

https://github.com/stasgora/bloc-extensions

Collection of Bloc library extensions implementing commonly used patterns
https://github.com/stasgora/bloc-extensions

bloc dart dart-package flutter library state-management

Last synced: 2 months ago
JSON representation

Collection of Bloc library extensions implementing commonly used patterns

Awesome Lists containing this project

README

          

# Bloc Extensions


style: effective dart
License: MIT

Collection of [Bloc](https://pub.dev/packages/bloc) library extensions implementing commonly used patterns

---

## Available extensions

### [Stateful Bloc](https://github.com/stasgora/bloc-extensions/blob/master/stateful_bloc/README.md)

Simplifies common state transition sequences by abstracting away most implementation details

### 🚧 WIP [Reloadable Bloc](https://github.com/stasgora/bloc-extensions/blob/master/reloadable_bloc/README.md) 🚧

Provides route visibility callbacks that can be used for content reloading

## Maintainers
- [Stanisław Góra](https://github.com/stasgora/)

Special thanks to [Felix Angelov](https://github.com/felangel) and other [Bloc](https://pub.dev/packages/bloc) library contributors

## License
This library is licenced under [`MIT License`](https://github.com/stasgora/round-spot/blob/master/LICENSE)