kids_auth 1.0.2
kids_auth: ^1.0.2 copied to clipboard
A child-friendly Flutter auth package with login, registration, and password reset screens, managed flows, backend adapters, and large accessible UI.
1.0.2 #
- Trimmed package description to fit pub.dev's 180-character limit
- Added type annotations to private tap handlers in
KidsAuthButtonto clear analyzer info lints - Added
dartdoc_options.yamlto silence broken-link and unresolved-doc-reference noise
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