Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heitorgandolfi/poc_bloc_state
https://github.com/heitorgandolfi/poc_bloc_state
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heitorgandolfi/poc_bloc_state
- Owner: heitorgandolfi
- Created: 2023-10-02T13:57:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-03T14:40:34.000Z (over 1 year ago)
- Last Synced: 2024-11-07T00:13:42.846Z (about 2 months ago)
- Language: Dart
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoC State Management with Bloc in Flutter
This repository was created as part of a Proof of Concept (PoC) to explore and test the Bloc (Business Logic Component) state management pattern in Flutter app development. Bloc is an effective methodology for maintaining application state in a clear, scalable, and reactive manner, and this PoC serves as a playground to showcase its usage and potential.