flutterfire_ui 0.4.3+20 copy "flutterfire_ui: ^0.4.3+20" to clipboard
flutterfire_ui: ^0.4.3+20 copied to clipboard

UI library built on top of firebase services

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterfire_ui

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

dependencies:
  flutterfire_ui: ^0.4.3+20

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:flutterfire_ui/auth.dart';
import 'package:flutterfire_ui/database.dart';
import 'package:flutterfire_ui/firestore.dart';
import 'package:flutterfire_ui/i10n.dart';