otp_forge 0.0.3
otp_forge: ^0.0.3 copied to clipboard
A production-ready OTP authentication package for Flutter with SMS Retriever integration, OTP autofill, validation, resend timers, and customizable UI.
0.0.3 #
- Added Swift Package Manager (SPM) support for iOS and macOS.
- Migrated Android project to use the new AGP built-in Kotlin configuration.
0.0.2 #
- Added cross-platform support for iOS, macOS, Windows, Linux, and Web.
- Fixed pub.dev validation issues: reduced description length, fixed repository URLs.
- Applied
dart formatto adhere to standard Dart file conventions.
0.0.1 #
- Initial release with OTP input UI, SMS Retriever, autofill, validation, resend timer, state management, theme customization, and headless controller.
- iOS QuickType OTP autofill via
AutofillGroupandoneTimeCodehints. - Example app demonstrating all field styles and headless controller usage.
- pub.dev publishing metadata and checklist.