fireauth 0.0.5-legacy
fireauth: ^0.0.5-legacy copied to clipboard
A Flutter Package that aims to simplify Flutter Firebase Authentication and streamline development.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fireauthThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fireauth: ^0.0.5-legacyAlternatively, 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:fireauth/fireauth.dart';