oauth2_custom_uri_scheme 1.0.0-alpha oauth2_custom_uri_scheme: ^1.0.0-alpha copied to clipboard
An implementation of OAuth 2.0 authorization code grant with redirection to application specific custom URL scheme.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add oauth2_custom_uri_scheme
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
oauth2_custom_uri_scheme: ^1.0.0-alpha
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_custom_uri_scheme/oauth2_custom_uri_scheme.dart';