discord_oauth2 1.0.1 copy "discord_oauth2: ^1.0.1" to clipboard
discord_oauth2: ^1.0.1 copied to clipboard

A lightweight, secure, and ready-to-use Flutter package to integrate Discord OAuth2 login with PKCE support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add discord_oauth2

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

dependencies:
  discord_oauth2: ^1.0.1

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:discord_oauth2/discord_oauth2.dart';
0
likes
160
points
118
downloads

Documentation

API reference

Publisher

verified publisherlazyalgorithm.com

Weekly Downloads

A lightweight, secure, and ready-to-use Flutter package to integrate Discord OAuth2 login with PKCE support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, flutter_web_auth_2

More

Packages that depend on discord_oauth2