local_firebase_auth 1.0.0-nullsafety.0 copy "local_firebase_auth: ^1.0.0-nullsafety.0" to clipboard
local_firebase_auth: ^1.0.0-nullsafety.0 copied to clipboard

discontinued
outdated

An experimental dart package that mocks (emulates) the firebase_auth plugin for quick and offline development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add local_firebase_auth

With Flutter:

 $ flutter pub add local_firebase_auth

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

dependencies:
  local_firebase_auth: ^1.0.0-nullsafety.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:local_firebase_auth/local_firebase_auth.dart';
3
likes
130
pub points
0%
popularity

Publisher

verified publisherakora-ingdkb.me

An experimental dart package that mocks (emulates) the firebase_auth plugin for quick and offline development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

hive, meta, random_string

More

Packages that depend on local_firebase_auth