FLUTTER ECOSYSTEM

Jei-sKappa/bloc_event_status

A Flutter package that adds a status to your BLoC events

bloc_event_status project cover
Stars
2
Forks
0
Last push (UTC)
Sep 4, 2026
Project status
Active
Jacopo Guzzo GitHub avatar
GITHUB User

Jacopo Guzzo ↗

Hextra SrlItaly, Verrès
LanguagesDartC++CMakeHTMLShellSwiftCJustKotlinObjective-C

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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.