xapptor_auth 0.0.3 copy "xapptor_auth: ^0.0.3" to clipboard
xapptor_auth: ^0.0.3 copied to clipboard

Authentication Module to develop fast and easy Login, Register, Restore Password, and Edit Account Screens. Using Firebase Auth and Firestore.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xapptor_auth

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

dependencies:
  xapptor_auth: ^0.0.3

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:xapptor_auth/check_if_app_enabled.dart';
import 'package:xapptor_auth/face_id/compare_face_images.dart';
import 'package:xapptor_auth/face_id/document_scanner.dart';
import 'package:xapptor_auth/face_id/liveness_check.dart';
import 'package:xapptor_auth/form_field_validators.dart';
import 'package:xapptor_auth/get_api_key.dart';
import 'package:xapptor_auth/user_info_form_functions.dart';
import 'package:xapptor_auth/user_info_form_type.dart';
import 'package:xapptor_auth/user_info_view.dart';
import 'package:xapptor_auth/user_info_view_container.dart';
import 'package:xapptor_auth/xapptor_user.dart';
3
likes
100
points
194
downloads

Publisher

verified publisherxapptor.com

Weekly Downloads

Authentication Module to develop fast and easy Login, Register, Restore Password, and Edit Account Screens. Using Firebase Auth and Firestore.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloud_firestore, firebase_auth, flutter, http, intl, pointer_interceptor, shared_preferences, universal_platform, xapptor_logic, xapptor_router, xapptor_translation, xapptor_ui

More

Packages that depend on xapptor_auth