flutter_auth_ui_kit 1.0.0
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.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-07-09 #
Added #
- Initial release of Flutter Auth UI Kit
SigninForm
widget with email/password fields and validationThirdPartyAuth
widget for social login buttonsSocialAuthButton
widget for individual social providersRememberPassword
widget with checkbox and forgot password linkAuthDivider
widget for horizontal dividers with text- Comprehensive customization options for all widgets
- Platform-adaptive styling for iOS and Android
- Accessibility support and semantic structure
- SVG and PNG icon support
- Loading states and error handling
- Comprehensive documentation and examples