https://github.com/kaboc/async-phase
Classes representing phases of an async operation, and a variant of ValueNotifier that helps you better manage those phases.
https://github.com/kaboc/async-phase
dart-package flutter-package flutter-state-management
Last synced: 8 months ago
JSON representation
Classes representing phases of an async operation, and a variant of ValueNotifier that helps you better manage those phases.
- Host: GitHub
- URL: https://github.com/kaboc/async-phase
- Owner: kaboc
- License: mit
- Created: 2022-11-22T07:07:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T15:12:17.000Z (10 months ago)
- Last Synced: 2025-04-05T03:41:22.535Z (8 months ago)
- Topics: dart-package, flutter-package, flutter-state-management
- Language: Dart
- Homepage:
- Size: 227 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/kaboc/async-phase)
This project consists of two package projects. Click the link below for details
of each package.
## [async_phase](https://github.com/kaboc/async-phase/tree/main/packages/async_phase)
[](https://pub.dev/packages/async_phase)
[](https://github.com/kaboc/async-phase/actions/workflows/async_phase.yml)
A sealed class and its subclasses representing phases of an asynchronous operation.
## [async_phase_notifier](https://github.com/kaboc/async-phase/tree/main/packages/async_phase_notifier)
[](https://pub.dev/packages/async_phase_notifier)
[](https://github.com/kaboc/async-phase/actions/workflows/async_phase_notifier.yml)
A variant of ValueNotifier that helps you better manage phases of asynchronous operations.