djangoflow_oauth 0.0.1+1 copy "djangoflow_oauth: ^0.0.1+1" to clipboard
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';
0
likes
130
points
34
downloads

Publisher

verified publisherapexive.com

Weekly Downloads

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. Works seamlessly across mobile (Android/iOS) and web platforms with minimal configuration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_web_auth_2, http

More

Packages that depend on djangoflow_oauth