sso 0.2.0 copy "sso: ^0.2.0" to clipboard
sso: ^0.2.0 copied to clipboard

A simple abstract single sign-on library for Dart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sso

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

dependencies:
  sso: ^0.2.0

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:sso/sso.dart';
3
likes
20
pub points
11%
popularity

Publisher

unverified uploader

A simple abstract single sign-on library for Dart

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on sso