faui 2.0.4-dev1
faui: ^2.0.4-dev1 copied to clipboard
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 fauiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
faui: ^2.0.4-dev1Alternatively, 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';