main_auth 0.0.13 copy "main_auth: ^0.0.13" to clipboard
main_auth: ^0.0.13 copied to clipboard

This package offers a customizable Login and Sign-Up screen for Flutter apps, facilitating integration of forms and social login buttons

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add main_auth

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

dependencies:
  main_auth: ^0.0.13

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:main_auth/main_auth.dart';
4
likes
160
points
213
downloads

Publisher

verified publisherabdelrahman.ghanem.eg

Weekly Downloads

This package offers a customizable Login and Sign-Up screen for Flutter apps, facilitating integration of forms and social login buttons

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, main_button, main_text_field, pinput, smart_localize

More

Packages that depend on main_auth