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

outdated

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.1

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/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
0
points
2
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on xapptor_auth