simplici_auth_flutter 1.0.0 copy "simplici_auth_flutter: ^1.0.0" to clipboard
simplici_auth_flutter: ^1.0.0 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simplici_auth_flutter

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 dart pub get):

dependencies:
  simplici_auth_flutter: ^1.0.0

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:simplici_auth_flutter/simplici_auth_flutter.dart';
1
likes
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#authentication #oauth #google #webview #simplici

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, http, webview_flutter

More

Packages that depend on simplici_auth_flutter