faui 2.0.4-dev1 copy "faui: ^2.0.4-dev1" to clipboard
faui: ^2.0.4-dev1 copied to clipboard

outdated

Authentication UI for Flutter. Uses Firebase auth as security provider. The library provides UI to register user, validate email, sign in, sign out, restore password.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add faui

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

dependencies:
  faui: ^2.0.4-dev1

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:faui/faui.dart';
11
likes
0
points
412
downloads

Publisher

verified publisherjob-chat.com

Weekly Downloads

Authentication UI for Flutter. Uses Firebase auth as security provider. The library provides UI to register user, validate email, sign in, sign out, restore password.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, shared_preferences, uuid

More

Packages that depend on faui