super_auth 0.0.3+3-prerelease copy "super_auth: ^0.0.3+3-prerelease" to clipboard
super_auth: ^0.0.3+3-prerelease copied to clipboard

Package that help in authentication more faster

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_auth

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

dependencies:
  super_auth: ^0.0.3+3-prerelease

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