Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:55:06.000Z (7 months ago)
- Last Synced: 2024-04-30T16:06:47.079Z (7 months ago)
- Topics: dart-package, flutter-package, flutter-state-management
- Language: Dart
- Homepage:
- Size: 175 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/kaboc/async-phase/branch/main/graph/badge.svg?token=JKEGKLL8W2)](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)
[![Pub Version](https://img.shields.io/pub/v/async_phase?label=async_phase)](https://pub.dev/packages/async_phase)
[![async_phase CI](https://github.com/kaboc/async-phase/actions/workflows/async_phase.yml/badge.svg)](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)
[![Pub Version](https://img.shields.io/pub/v/async_phase_notifier?label=async_phase_notifier)](https://pub.dev/packages/async_phase_notifier)
[![async_phase_notifier CI](https://github.com/kaboc/async-phase/actions/workflows/async_phase_notifier.yml/badge.svg)](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.