easy_login_widget 1.4.0 copy "easy_login_widget: ^1.4.0" to clipboard
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_widget

This 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.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:easy_login_widget/easy_login_widget.dart';
1
likes
140
points
100
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on easy_login_widget