flutter_login_simple 1.1.0 copy "flutter_login_simple: ^1.1.0" to clipboard
flutter_login_simple: ^1.1.0 copied to clipboard

Simple Flutter Firebase Authentication widget for email. Create, delete and reset password of account.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_login_simple

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

dependencies:
  flutter_login_simple: ^1.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:flutter_login_simple/main.dart';
import 'package:flutter_login_simple/usersessiondata.dart';
5
likes
150
points
53
downloads

Publisher

verified publishernovelplotter.com

Weekly Downloads

Simple Flutter Firebase Authentication widget for email. Create, delete and reset password of account.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, firebase_auth, firebase_auth_web, firebase_core, firebase_core_web, flutter, flutter_widget_from_html_core, get

More

Packages that depend on flutter_login_simple