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