faui 2.0.33 copy "faui: ^2.0.33" to clipboard
faui: ^2.0.33 copied to clipboard

Authentication UI and data access for Flutter. Uses Firebase auth as security provider.

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

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
40
pub points
0%
popularity

Publisher

verified publisherjob-chat.com

Authentication UI and data access for Flutter. Uses Firebase auth as security provider.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, http, shared_preferences, uuid

More

Packages that depend on faui