simplici_auth 1.0.1
simplici_auth: ^1.0.1 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 Dart:
$ dart pub add simplici_authWith Flutter:
$ flutter pub add simplici_authThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
simplici_auth: ^1.0.1Alternatively, 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:simplici_auth/simplici_auth.dart';