dio_network_toolkit 1.0.4 copy "dio_network_toolkit: ^1.0.4" to clipboard
dio_network_toolkit: ^1.0.4 copied to clipboard

Production-ready network layer for Flutter & Dart with auth refresh, smart retry, offline queue, response cache, deduplication, and upload progress using sealed Result types.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_network_toolkit

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

dependencies:
  dio_network_toolkit: ^1.0.4

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:dio_network_toolkit/dio_network_toolkit.dart';
4
likes
160
points
210
downloads

Publisher

unverified uploader

Weekly Downloads

Production-ready network layer for Flutter & Dart with auth refresh, smart retry, offline queue, response cache, deduplication, and upload progress using sealed Result types.

Repository (GitHub)
View/report issues
Contributing

Topics

#dio #networking #http-client #clean-architecture #api

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

connectivity_plus, dio, flutter

More

Packages that depend on dio_network_toolkit