senior_authentication 0.1.0-alpha.4 copy "senior_authentication: ^0.1.0-alpha.4" to clipboard
senior_authentication: ^0.1.0-alpha.4 copied to clipboard

discontinuedreplaced by: senior_platform_authentication_ui
outdated

Flutter package which manages the authentication domain.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add senior_authentication

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

dependencies:
  senior_authentication: ^0.1.0-alpha.4

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:senior_authentication/senior_authentication.dart';