twitter_oauth2_pkce 1.0.0-preview copy "twitter_oauth2_pkce: ^1.0.0-preview" to clipboard
twitter_oauth2_pkce: ^1.0.0-preview copied to clipboard

outdated

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 twitter_oauth2_pkce
copied to clipboard

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

dependencies:
  twitter_oauth2_pkce: ^1.0.0-preview
copied to clipboard

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:twitter_oauth2_pkce/twitter_oauth2_pkce.dart';
copied to clipboard
16
likes
0
points
237
downloads

Publisher

verified publishershinyakato.dev

Weekly Downloads

2024.08.26 - 2025.03.10

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, flutter_web_auth_2, http

More

Packages that depend on twitter_oauth2_pkce