verdict_bloc 0.2.0 copy "verdict_bloc: ^0.2.0" to clipboard
verdict_bloc: ^0.2.0 copied to clipboard

retracted

BLoC state where transient error and success states keep the last known good data, so the UI never blanks. Built on verdict's Result and Failure, with a paginated list bloc included.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add verdict_bloc

With Flutter:

 $ flutter pub add verdict_bloc

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

dependencies:
  verdict_bloc: ^0.2.0

Alternatively, your editor might support dart pub get or 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
0
points
278
downloads

Publisher

unverified uploader

Weekly Downloads

BLoC state where transient error and success states keep the last known good data, so the UI never blanks. Built on verdict's Result and Failure, with a paginated list bloc included.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

equatable, flutter, flutter_bloc, verdict

More

Packages that depend on verdict_bloc