FLUTTER ECOSYSTEM

Jei-sKappa/bloc_event_status

BLoC 이벤트에 상태를 추가하는 Flutter 패키지

bloc_event_status 프로젝트 이미지
Stars
2
Forks
0
최근 푸시(UTC)
2026. 9. 4.
프로젝트 상태
활성
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.