oauth2restclient 0.0.7 copy "oauth2restclient: ^0.0.7" to clipboard
oauth2restclient: ^0.0.7 copied to clipboard

A Dart/Flutter package that simplifies OAuth2 authentication and REST API interactions with automatic token management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oauth2restclient

With Flutter:

 $ flutter pub add oauth2restclient

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

dependencies:
  oauth2restclient: ^0.0.7

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:oauth2restclient/oauth2restclient.dart';
1
likes
0
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter package that simplifies OAuth2 authentication and REST API interactions with automatic token management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

app_links, crypto, flutter, flutter_secure_storage, http, shared_preferences, url_launcher

More

Packages that depend on oauth2restclient