kids_auth 1.0.1
kids_auth: ^1.0.1 copied to clipboard
A delightful, child-friendly Flutter authentication package featuring login, registration, forgot password, and password reset screens, plus managed auth flows, backend adapters, and large accessible [...]
1.0.1 #
- Added
KidsRegisterScreenwith confirm-password validation and package-owned success state - Added registration support to
KidsAuthFlow,KidsAuthConnectedFlow, andKidsAuthAdapter - Added configurable register copy in
KidsAuthConfig - Made standalone
KidsLoginScreenhide register / forgot-password routes unless real handlers are provided - Prevented remembered-login persistence from saving blank emails when remember-me is enabled before input
- Fixed legal-link rendering so only wired callbacks are shown in login and registration screens
- Improved accessibility by upgrading auth actions and links to semantic buttons with minimum touch targets
- Fixed
KidsAuthFlowso registration success is visible before returning to login - Refreshed README, contributing docs, and example docs for release readiness
1.0.0 #
- Initial release 🎉
KidsLoginScreen— email + password login with validation, remember-me, forgot-passwordKidsForgotPasswordScreen— email entry + magic link sent confirmationKidsResetPasswordScreen— new password + confirm + live strength meterKidsAuthButton— animated, gradient button with loading stateKidsAuthTextField— bouncy text input with focus animation and password toggleKidsAuthIcon— 13 custom-painted icons, no asset dependenciesKidsCharacterAvatar— blinking, wobbling mascot with 4 mood expressions- 5 built-in themes: Default, Candy, Ocean, Jungle, Space
- Fully customisable via
KidsAuthThemeandKidsAuthConfig