verdict_bloc 1.1.1
verdict_bloc: ^1.1.1 copied to clipboard
BLoC states that keep the last known good data through error and loading, plus a paginated list bloc, built on verdict's Result and Failure.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add verdict_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
verdict_bloc: ^1.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:verdict_bloc/verdict_bloc.dart';