Skip to content

devobs/value_state

Repository files navigation

A dart package that helps to implement basic states for Flutter and/or BLoC library to perform, load and fetch data.

Test codecov License: MIT melos


Package Pub
value_state pub package
value_cubit pub package
flutter_value_state pub package

A set of utilities to easily handle states for waiting, handling values, errors and empty for Dart and Flutter.

Getting started

To maintain this repository, please first install melos & bootstrap in root directory of the project :

dart pub global activate melos
melos bs

Feedback

Please file any issues, bugs or feature requests as an issue on the Github page.