djangoflow_oauth 0.0.1 copy "djangoflow_oauth: ^0.0.1" to clipboard
djangoflow_oauth: ^0.0.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 Dart:

 $ dart pub add djangoflow_oauth

With Flutter:

 $ flutter pub add djangoflow_oauth

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

dependencies:
  djangoflow_oauth: ^0.0.1

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:djangoflow_oauth/djangoflow_oauth.dart';
0
likes
0
points
32
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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, flutter_web_auth_2, http

More

Packages that depend on djangoflow_oauth