dio_toolkit 0.1.0 copy "dio_toolkit: ^0.1.0" to clipboard
dio_toolkit: ^0.1.0 copied to clipboard

Pragmatic, type-safe HTTP client on top of Dio with auth, refresh, retry, cache, and typed results.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dio_toolkit

With Flutter:

 $ flutter pub add dio_toolkit

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

dependencies:
  dio_toolkit: ^0.1.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:dio_toolkit/dio_toolkit.dart';
3
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Pragmatic, type-safe HTTP client on top of Dio with auth, refresh, retry, cache, and typed results.

Repository (GitHub)
View/report issues

Topics

#dio #http #networking #interceptors

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio

More

Packages that depend on dio_toolkit