oauth2_dio 2.0.3 copy "oauth2_dio: ^2.0.3" to clipboard
oauth2_dio: ^2.0.3 copied to clipboard

A new Flutter package support oauth2 for refresh token.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oauth2_dio

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

dependencies:
  oauth2_dio: ^2.0.3

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:oauth2_dio/oauth2_dio.dart';
5
likes
90
pub points
48%
popularity

Publisher

verified publisherdangngocduc.dev

A new Flutter package support oauth2 for refresh token.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on oauth2_dio