Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.