oauth2restclient 0.0.9 copy "oauth2restclient: ^0.0.9" to clipboard
oauth2restclient: ^0.0.9 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 Flutter:

 $ flutter pub add oauth2restclient

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

dependencies:
  oauth2restclient: ^0.0.9

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

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on oauth2restclient