oauth2_manager 1.0.0 copy "oauth2_manager: ^1.0.0" to clipboard
oauth2_manager: ^1.0.0 copied to clipboard

A Dart package for authentication management for all systems

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oauth2_manager

With Flutter:

 $ flutter pub add oauth2_manager

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

dependencies:
  oauth2_manager: ^1.0.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:oauth2_manager/oauth2_manager.dart';
13
likes
160
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for authentication management for all systems

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http, oauth2

More

Packages that depend on oauth2_manager