- dependencies updated
- rename stylusHandwritingEnabled to scribbleEnabled for legacy support
- dependencies updated
- initial values supported
- extra dependencies removed
- dependencies updated
- If you need SMS autofill on Android, you need to add the smart_auth (or similar) package directly to your project.
- https://github.com/Tkko/Flutter_PinPut/blob/master/MIGRATION.md
- textInputAction added for all text fields
- onSubmitted added for all text fields
- state reset added for login and signup
- signals disposed error fixed
- Multiple widgets used the same GlobalKey fixed
- Login with password added
- Reset password screen added
- Signup screen added
- OTP verification handling added
- LoginData class added for handling otp functionality
- title widget added with custom style
- add PageConfig for customizing page layout and style
- pinput and flutter_intl_phone_field exports
- add new exports
- Initial release