testing_sso_f 0.0.1+4
testing_sso_f: ^0.0.1+4 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 testing_sso_fThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
testing_sso_f: ^0.0.1+4Alternatively, 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:testing_sso_f/auth_buttons.dart';
import 'package:testing_sso_f/auth_view.dart';
import 'package:testing_sso_f/github_sso.dart';
import 'package:testing_sso_f/gmail_sso.dart';
import 'package:testing_sso_f/models/aud_model.dart';
import 'package:testing_sso_f/models/auth_response_model.dart';
import 'package:testing_sso_f/models/auth_token_model.dart';
import 'package:testing_sso_f/models/azure_token_input_model.dart';
import 'package:testing_sso_f/services/configuration_service.dart';