flutter_auth_ui_kit 1.0.0 copy "flutter_auth_ui_kit: ^1.0.0" to clipboard
flutter_auth_ui_kit: ^1.0.0 copied to clipboard

A comprehensive Flutter package for authentication UI components including signin forms, social login buttons, dividers, and remember me functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_auth_ui_kit

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

dependencies:
  flutter_auth_ui_kit: ^1.0.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_auth_ui_kit/flutter_auth_ui_kit.dart';
0
likes
130
points
130
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for authentication UI components including signin forms, social login buttons, dividers, and remember me functionality.

Repository (GitHub)
View/report issues

Topics

#flutter #authentication #ui #widget #social-auth

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_platform_widgets, flutter_svg

More

Packages that depend on flutter_auth_ui_kit