dio_refresh_token 0.0.1 copy "dio_refresh_token: ^0.0.1" to clipboard
dio_refresh_token: ^0.0.1 copied to clipboard

Flutter package for managing and refreshing tokens using Dio. Includes token storage, automatic header injection, and customizable refresh strategies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dio_refresh_token

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

dependencies:
  dio_refresh_token: ^0.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:dio_refresh_token/dio_refresh_token.dart';
7
likes
160
pub points
41%
popularity

Publisher

verified publisherbincoder.dev

Flutter package for managing and refreshing tokens using Dio. Includes token storage, automatic header injection, and customizable refresh strategies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_secure_storage

More

Packages that depend on dio_refresh_token