dio_network_toolkit 1.0.3
dio_network_toolkit: ^1.0.3 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_toolkitThis 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.3Alternatively, 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';