api_bloc 2.0.1 copy "api_bloc: ^2.0.1" to clipboard
api_bloc: ^2.0.1 copied to clipboard

Significantly reducing boilerplate code of BLoC pattern to efficiently handle Rest API interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_bloc

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

dependencies:
  api_bloc: ^2.0.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:api_bloc/api_bloc.dart';
10
likes
160
points
109
downloads
screenshot

Documentation

API reference

Publisher

verified publisherinidia.app

Weekly Downloads

Significantly reducing boilerplate code of BLoC pattern to efficiently handle Rest API interactions.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloc #api

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

args, equatable, flutter

More

Packages that depend on api_bloc