senior_authentication 0.4.0 copy "senior_authentication: ^0.4.0" to clipboard
senior_authentication: ^0.4.0 copied to clipboard

discontinuedreplaced by: senior_platform_authentication_ui
PlatformAndroidiOS

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