Skip to content

Releases: altwaireb/animated_otp_input

v1.0.6

Choose a tag to compare

@altwaireb altwaireb released this 17 Jul 00:26

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.

v1.0.5

Choose a tag to compare

@altwaireb altwaireb released this 16 Jul 22:56

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.

v1.0.4

Choose a tag to compare

@altwaireb altwaireb released this 16 Jul 07:54

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.

v1.0.3

Choose a tag to compare

@altwaireb altwaireb released this 16 Jul 07:15

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.

v1.0.2

Choose a tag to compare

@altwaireb altwaireb released this 16 Jul 07:02

v1.0.2 – Maintenance Update

🛠️ Fixes & Changes

Removed screenshots from package configuration to resolve pub.dev publishing issues.
Updated CHANGELOG to reflect recent fixes.

v1.0.1

Choose a tag to compare

@altwaireb altwaireb released this 16 Jul 06:53

v1.0.1 – Demo Image Fix

Fixes

Corrected the demo image path for pub.dev publishing.

v1.0.0

Choose a tag to compare

@altwaireb altwaireb released this 16 Jul 06:16

v1.0.0 – Initial Release

Features

Highly customizable OTP/PIN input widget for Flutter
Animated focus transitions and field scaling
Smart paste detection for autofill
Per-field error indication and group-level error messages
Advanced theming via OtpInputTheme
Accessibility support (semantics labels and hints)
Obscured input for PIN/password entry
Haptic feedback for success and error events
Auto-focus navigation and auto-submit support
Disable input during loading/verification

Testing

Comprehensive widget tests for error handling, accessibility, animation, and more

Demo

See the README for a demo GIF