local_firebase_auth 0.3.0+1 copy "local_firebase_auth: ^0.3.0+1" to clipboard
local_firebase_auth: ^0.3.0+1 copied to clipboard

discontinued

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

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

dependencies:
  local_firebase_auth: ^0.3.0+1

Alternatively, your editor might support dart 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
40
points
2
downloads

Publisher

verified publisherakora-ingdkb.me

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

hive, meta, random_string

More

Packages that depend on local_firebase_auth