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

UniAuth is a Flutter package designed to handle authentication modules in Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uni_auth
copied to clipboard

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

dependencies:
  uni_auth: ^1.0.19
copied to clipboard

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:uni_auth/uni_auth.dart';
copied to clipboard
4
likes
150
points
73
downloads

Publisher

verified publisherunicodesolutions.co

Weekly Downloads

2024.09.25 - 2025.04.09

UniAuth is a Flutter package designed to handle authentication modules in Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

firebase_auth, firebase_core, flutter, http

More

Packages that depend on uni_auth