otp_plus 1.0.3 copy "otp_plus: ^1.0.3" to clipboard
otp_plus: ^1.0.3 copied to clipboard

A Flutter package that auto-fills OTPs from SMS or other sources into text fields, enabling seamless user authentication and improving the sign-in experience.

Changelog #

0.0.1 - 2025-08-06 #

Added #

  • Initial release of otp_plus package.

  • OtpPlusInputs widget supporting:

    • Customizable OTP length and field shapes (square, underline, circle).
    • Paste detection with automatic digit distribution.
    • Obscured input with configurable obscuring character.
    • Custom styling options for text, cursor, spacing, and decoration.
    • Keyboard navigation with backspace focus handling.
    • Callback triggered on OTP completion.
    • Support for LTR and RTL text directions.
    • Custom context menu with paste functionality (excluding web platform).

0.0.2 - 2025-08-07 #

  • Update README.md

0.0.3 - 2025-08-07 #

  • Change pubspec.yaml description

0.0.4 - 2025-08-09 #

  • Fix problem in fonts

0.0.5 - 2025-08-09 #

  • Add onSubmit - onChanged functions
  • Add Directionality to otp inputs

0.0.6 - 2025-08-09 #

  • Change width of demo picture

0.0.7 - 2025-08-09 #

  • Remove fonts

0.0.8 - 2025-08-09 #

  • Fix problem in border color

0.0.9 - 2025-08-09 #

  • Fix problem in on Completed function

1.0.0 - 2025-08-10 #

  • Add onError, onSuccess functions
  • Handle error/success built in
  • Remove onSubmit function when user paste code
  • Change some functions name
  • Fix some bug

1.0.1 - 2025-08-10 #

  • Remove FilteringTextInputFormatter.digitsOnly

1.0.2 - 2025-08-11 #

  • Remove _handleOnComplete in paste function

1.0.3 - 2025-08-12 #

  • Fix problem in paste function
4
likes
0
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that auto-fills OTPs from SMS or other sources into text fields, enabling seamless user authentication and improving the sign-in experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on otp_plus