hack_auth 0.1.0 copy "hack_auth: ^0.1.0" to clipboard
hack_auth: ^0.1.0 copied to clipboard

Plug-and-play Firebase Email/Password authentication for Flutter. Get Login, Register, Forgot Password screens and an AuthGate widget working in under 5 minutes — fully themeable, zero boilerplate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hack_auth

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

dependencies:
  hack_auth: ^0.1.0

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:hack_auth/hack_auth.dart';
0
likes
140
points
79
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Plug-and-play Firebase Email/Password authentication for Flutter. Get Login, Register, Forgot Password screens and an AuthGate widget working in under 5 minutes — fully themeable, zero boilerplate.

Repository (GitHub)
View/report issues

Topics

#firebase #authentication #login

License

MIT (license)

Dependencies

firebase_auth, firebase_core, flutter

More

Packages that depend on hack_auth