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

outdated

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: ^1.0.2

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
0
pub points
55%
popularity

Publisher

verified publisherdangngocduc.dev

A new Flutter package support oauth2 for refresh token.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on oauth2_dio