FLUTTER ECOSYSTEM

Jei-sKappa/bloc_event_status

BLoC イベントにステータスを追加するための Flutter パッケージ

bloc_event_status のプロジェクト画像
Stars
2
Forks
0
最終プッシュ(UTC)
2026/09/04
プロジェクト状態
公開中
Jacopo Guzzo GitHub avatar
GITHUB User

Jacopo Guzzo ↗

Hextra SrlItaly, Verrès
言語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.