flutter_easy_login 0.0.5 copy "flutter_easy_login: ^0.0.5" to clipboard
flutter_easy_login: ^0.0.5 copied to clipboard

An Easy to implement Authentication (Login and registration, forgot password) UI in flutter apps. For authentication you can use firebase or your own authentications service.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_easy_login

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

dependencies:
  flutter_easy_login: ^0.0.5

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_easy_login/flutter_easy_login.dart';
0
likes
150
pub points
11%
popularity

Publisher

verified publishernitapps.in

An Easy to implement Authentication (Login and registration, forgot password) UI in flutter apps. For authentication you can use firebase or your own authentications service.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, flutter, internet_connection_checker, provider

More

Packages that depend on flutter_easy_login