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

A beautiful and customizable authentication UI package for Flutter.

Cool Auth UI #

A fully customizable and reusable authentication UI package for Flutter apps. Includes:

  • Login
  • Registration
  • Forgot Password
  • Theme customization (colors, fonts, logos)

Features #

  • Easily integratable
  • Backend agnostic (connect your own auth logic)
  • Designed for mobile apps
  • Plug-and-play authentication UI

Getting Started #

CoolAuthUI(
  logo: Image.asset('assets/logo.png'),
  backgroundColor: Colors.black,
  fontFamily: 'Arial',
  fontSize: 14,
  fontColor: Colors.white,
  buttonColor: Colors.blueAccent,
  onLogin: (email, password) => yourLoginFunc(email, password),
  onRegister: (email, password, name) => yourRegisterFunc(email, password, name),
  onForgotPassword: (email) => yourForgotFunc(email),
)

License #

MIT

1
likes
140
points
25
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A beautiful and customizable authentication UI package for Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_localizations

More

Packages that depend on cool_auth_ui