simplici_auth 1.7.4
simplici_auth: ^1.7.4 copied to clipboard
A Flutter package for integrating SimpliciAuth with Google OAuth in Flutter applications. Provides webview-based authentication with customizable configuration and comprehensive OAuth handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simplici_auth
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simplici_auth: ^1.7.4
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:simplici_auth/simplici_auth.dart';