x_oauth2_pkce 1.0.2 copy "x_oauth2_pkce: ^1.0.2" to clipboard
x_oauth2_pkce: ^1.0.2 copied to clipboard

Provides the optimized and easiest way to integrate OAuth 2.0 PKCE with Twitter API in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add x_oauth2_pkce

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

dependencies:
  x_oauth2_pkce: ^1.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:x_oauth2_pkce/x_oauth2_pkce.dart';
0
likes
140
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Provides the optimized and easiest way to integrate OAuth 2.0 PKCE with Twitter API in Flutter.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, flutter, flutter_web_auth_2, http

More

Packages that depend on x_oauth2_pkce