uni_auth 1.0.1 copy "uni_auth: ^1.0.1" to clipboard
uni_auth: ^1.0.1 copied to clipboard

UniAuth is a Flutter package designed to handle authentication modules in Flutter applications. It integrates various authentication services, primarily focusing on Firebase Auth for authentication an [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add uni_auth

With Flutter:

 $ flutter pub add uni_auth

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

dependencies:
  uni_auth: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:uni_auth/uni_auth.dart';
3
likes
0
pub points
17%
popularity

Publisher

verified publisherunicodesolutions.co

UniAuth is a Flutter package designed to handle authentication modules in Flutter applications. It integrates various authentication services, primarily focusing on Firebase Auth for authentication and Unifonic for sending and verifying OTPs (One-Time Passwords).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_auth, firebase_core, flutter, http

More

Packages that depend on uni_auth