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
- Host: GitHub
- URL: https://github.com/stasgora/bloc-extensions
- Owner: stasgora
- License: mit
- Created: 2021-06-27T18:40:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T21:21:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T18:29:45.674Z (over 1 year ago)
- Topics: bloc, dart, dart-package, flutter, library, state-management
- Language: Dart
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloc Extensions
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)