fetch_result_bloc 1.3.0 copy "fetch_result_bloc: ^1.3.0" to clipboard
fetch_result_bloc: ^1.3.0 copied to clipboard

Abstract BLoC/Cubit components for simplified data fetching and state management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fetch_result_bloc

With Flutter:

 $ flutter pub add fetch_result_bloc

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

dependencies:
  fetch_result_bloc: ^1.3.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:fetch_result_bloc/fetch_result_bloc.dart';
0
likes
160
points
133
downloads

Publisher

verified publishernaifr.dev

Weekly Downloads

Abstract BLoC/Cubit components for simplified data fetching and state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, result_flow

More

Packages that depend on fetch_result_bloc