simplici_auth_flutter 1.3.9 copy "simplici_auth_flutter: ^1.3.9" to clipboard
simplici_auth_flutter: ^1.3.9 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_flutter

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

dependencies:
  simplici_auth_flutter: ^1.3.9

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_flutter/simplici_auth_flutter.dart';
1
likes
130
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for integrating SimpliciAuth with Google OAuth in Flutter applications. Provides webview-based authentication with customizable configuration and comprehensive OAuth handling.

Repository (GitHub)
View/report issues

Topics

#authentication #oauth #google #webview #simplici

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inappwebview, http, webview_flutter

More

Packages that depend on simplici_auth_flutter