djangoflow_oauth 0.0.1+1 djangoflow_oauth: ^0.0.1+1 copied to clipboard
djangoflow_oauth makes OAuth2 flows easy for Flutter apps! This package supports secure PKCE-based OAuth2 authentication with multiple providers, including Google, Facebook, and custom OAuth servers. [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add djangoflow_oauth
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
djangoflow_oauth: ^0.0.1+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:djangoflow_oauth/djangoflow_oauth.dart';