animated_otp_input
A customizable, animated, and accessible OTP input widget for Flutter with advanced theming, error handling, and paste detection.
1.0.6
51 downloads/mo
#4251 most downloaded on pub.dev
altwaireb/animated_otp_input
What this package is like to depend on
Last release 1 years ago
17 Jul 2025
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
4 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2025 to Jul 2025Releases
latest 4-
1.0.617 Jul 2025Release notes
Open source →1.0.6
Changed
- Added .gitattributes to mark native desktop folders (/linux/, /windows/, /macos/) as vendored. This ensures GitHub language statistics show Dart as the primary language for the repository.
Release notes
Open source →Changed
- Added
.gitattributesto mark native desktop folders as vendored, so GitHub language stats show Dart as the primary language.
-
1.0.516 Jul 2025Release notes
Open source →v1.0.5
- Fix: Updated .pubignore to allow example to be published, ensuring pub.dev compliance and that example usage is available to users.
- Improvement: Custom errorBorder theming is now supported in the OTP input widget.
- Docs: Improved documentation, added demo GIFs, and enhanced the example for better clarity.
- CI: Updated GitHub Actions workflow for analysis, testing, and coverage.
- Chore: Reduced topics in pubspec.yaml to meet pub.dev requirements and fixed screenshot path.
Release notes
Open source →Added
- Comprehensive usage examples in
example/lib/main.dartfor better documentation and pub.dev score
Changed
- Custom
errorBorderfromOtpInputThemeis now correctly applied to the enabled border when a field is in error, allowing full theming of error states.
Removed
- Deleted previous example in
example/example.dart
-
1.0.416 Jul 2025Release notes
Open source →v1.0.4 – Documentation & Example Update
✨ Changes
Updated README with latest usage, installation, and feature details.
Added comprehensive usage examples in example.dart to improve pub.dev score and help users.
Ensured all public API elements have documentation comments.🛠️ Maintenance
All previous features and fixes remain available: advanced theming, error handling, accessibility, haptic feedback, and more.
-
1.0.316 Jul 2025Release notes
Open source →v1.0.3 – Pub.dev Compliance Update
🛠️ Changes
Limited topics in pubspec.yaml to 5 for pub.dev compliance.
Minor configuration and metadata improvements.ℹ️ Notes
All features and fixes from previous releases remain available: animated OTP input, advanced theming, error handling, accessibility, haptic feedback, and comprehensive widget tests.