oauth2_redirect_callback 0.0.2 copy "oauth2_redirect_callback: ^0.0.2" to clipboard
oauth2_redirect_callback: ^0.0.2 copied to clipboard

implements oauth2 logins via a popup window for oauth2_client

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oauth2_redirect_callback

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

dependencies:
  oauth2_redirect_callback: ^0.0.2

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_redirect_callback/oauth2_redirect_callback.dart';
1
likes
120
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

implements oauth2 logins via a popup window for oauth2_client

License

Apache-2.0 (license)

Dependencies

flutter, go_router

More

Packages that depend on oauth2_redirect_callback