juice_network 0.7.0 copy "juice_network: ^0.7.0" to clipboard
juice_network: ^0.7.0 copied to clipboard

Unified network BLoC for Flutter - request coalescing, caching, retry, and interceptors built on the Juice framework.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add juice_network

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

dependencies:
  juice_network: ^0.7.0

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:juice_network/juice_network.dart';
2
likes
160
points
159
downloads

Publisher

unverified uploader

Weekly Downloads

Unified network BLoC for Flutter - request coalescing, caching, retry, and interceptors built on the Juice framework.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#bloc #state-management #network #http #caching

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

crypto, dio, flutter, juice, juice_storage

More

Packages that depend on juice_network