zeba_academy_auth_ui 0.0.1
zeba_academy_auth_ui: ^0.0.1 copied to clipboard
Modern authentication UI kit for Flutter with login, signup, OTP verification, forgot password flow, social login buttons, and responsive Material 3 layouts.
Changelog #
All notable changes to zeba_academy_auth_ui will be documented in this file.
The format is based on Keep a Changelog and follows Semantic Versioning.
1.0.0 - 2026-02-27 #
🎉 Initial Stable Release #
Added
- Modern Pro Authentication UI design
- Login Screen with responsive layout
- Register Screen UI
- Reusable Auth Input widgets
- Password visibility toggle
- Form validation support
- Clean Material 3 styling
- GetX state management integration
- Controller-based architecture
- Dark & Light theme compatibility
UI Features
- Gradient header design
- Rounded modern input fields
- Animated buttons
- Mobile-first responsive spacing
- Production-ready widget structure
Testing
- Widget tests for LoginScreen
- Controller initialization fixes for tests
- Stable GetX dependency injection during testing
Developer Experience
- Clean package structure
- Example usage support
- Analyzer-ready code
- Null-safety enabled
0.0.1 - 2026-02-26 #
🚧 Initial Development Version #
Added
- Base project setup
- Authentication UI prototype
- Initial widgets and layout
Upcoming (Planned) #
🚀 Next Features #
- Social login buttons (Google / Apple)
- OTP verification screen
- Forgot password flow
- Biometric authentication UI
- Theme customization options
- Localization support (RTL + multi-language)
Notes #
- Follow Semantic Versioning:
MAJOR.MINOR.PATCH - Update this file before every
pub.devrelease.