flutter_testing_sso 0.0.1+31 copy "flutter_testing_sso: ^0.0.1+31" to clipboard
flutter_testing_sso: ^0.0.1+31 copied to clipboard

A Flutter package to integrate Gmail Single Sign-On (SSO) for Web, Android, iOS, and Desktop platforms

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_testing_sso

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

dependencies:
  flutter_testing_sso: ^0.0.1+31

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:flutter_testing_sso/auth_buttons.dart';
import 'package:flutter_testing_sso/gmail_sso.dart';
import 'package:flutter_testing_sso/login_view.dart';
import 'package:flutter_testing_sso/otp_view.dart';
import 'package:flutter_testing_sso/register_view.dart';
import 'package:flutter_testing_sso/routing/route_names.dart';
import 'package:flutter_testing_sso/services/configuration_service.dart';
0
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to integrate Gmail Single Sign-On (SSO) for Web, Android, iOS, and Desktop platforms

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, flutter_dotenv, flutter_inappwebview, go_router, google_sign_in, shared_preferences

More

Packages that depend on flutter_testing_sso