oauth2restclient 0.0.7
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 oauth2restclientWith Flutter:
$ flutter pub add oauth2restclientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
oauth2restclient: ^0.0.7Alternatively, 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';