kr_otp 1.0.10
kr_otp: ^1.0.10 copied to clipboard
A Flutter package for managing feature flags using Firebase Realtime Database.
Changelog #
All notable changes to this project will be documented in this file.
[1.0.10] - 2024-11-21 #
- Add physical keys support to Keyboard widget (need focus node).
[1.0.9] - 2024-10-10 #
- Upgrade dependencies
[1.0.8] - 2024-05-26 #
- Add
secondaryColor
to theOtpInputField
to make it more customizable.
[1.0.7] - 2024-04-24 #
- Add
onKeyPressed
to theKrOtpKeyboard
to use it independently of theOtpInputField
. - extract the
shake
method in theOtpController
to maunually shake theOtpInputField
.
[1.0.6] - 2024-04-11 #
- Update Example and README.md file
[1.0.0] - 2024-04-11 #
- Initial release of
kr_otp
. - Added
OtpInputField
class. - Introduced
KrOtpKeyboard
. - Provided example in the
example
directory.