x_oauth2_pkce 1.0.2 
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_pkceThis 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.2Alternatively, 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';