verdict_bloc 1.1.1 copy "verdict_bloc: ^1.1.1" to clipboard
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_bloc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  verdict_bloc: ^1.1.1

Alternatively, 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';
1
likes
160
points
388
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloc #state-management #error-handling #pagination #result

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc, verdict

More

Packages that depend on verdict_bloc