twitter_oauth2_pkce 0.1.0 copy "twitter_oauth2_pkce: ^0.1.0" to clipboard
twitter_oauth2_pkce: ^0.1.0 copied to clipboard

Provides the easiest way to authenticate with the Twitter API using the OAuth 2.0 PKCE method in Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add twitter_oauth2_pkce

With Flutter:

 $ flutter pub add twitter_oauth2_pkce

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

dependencies:
  twitter_oauth2_pkce: ^0.1.0

Alternatively, your editor might support dart pub get or 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';
16
likes
0
pub points
77%
popularity

Publisher

verified publishershinyakato.dev

Provides the easiest way to authenticate with the Twitter API using the OAuth 2.0 PKCE method in Dart and Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, flutter, flutter_web_auth, http

More

Packages that depend on twitter_oauth2_pkce