easy_login_widget 1.4.0
easy_login_widget: ^1.4.0 copied to clipboard
EasyLoginWidget is a customizable flutter login widget, with responsive design for mobile and web. Its a highly customizable widget that allows you to create a login form with a few lines of code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_login_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_login_widget: ^1.4.0Alternatively, 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:easy_login_widget/easy_login_widget.dart';