Jei-sKappa/bloc_event_status
एक फ्लटर पैकेज जो आपके BLoC इवेंट्स में एक स्थिति जोड़ता है
- Stars
- 2
- Forks
- 0
- अंतिम पुश (UTC)
- 4 सित॰ 2026
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँDartC++CMakeHTMLShellSwiftCJustKotlinObjective-C
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
BlocEventStatus
BlocEventStatus CI codecov License: MIT
Compose event status tracking into your BLoC state — track loading, success, failure (or any custom status) per event type without modifying your main state logic.
Packages
This repository is a monorepo containing the following packages:
| Package | Description | pub.dev |
|---|---|---|
| bloc_event_status | Core library — EventStatuses, EventStatusesMixin, and the @blocEventStatus annotation. |
pub package |
| bloc_event_status_generator | Code generator that produces Emitter extensions from @blocEventStatus-annotated Blocs. |
pub package |
Quick Start
# Core library
dart pub add bloc_event_status
# Optional: code generator for emitter extensions
dart pub add --dev bloc_event_status_generator build_runner
See the bloc_event_status README for full documentation and usage examples.
Contributing
We welcome contributions! Please open an issue, submit a pull request or open a discussion on GitHub.
License
This project is licensed under the MIT License.