Releases: adar2378/pin_code_fields
Releases · adar2378/pin_code_fields
Version 7.3.0
Version 7.2.0
- Much requested feature placeholder has been added
hintCharacter
hintStyle
has been added to customize the hint TextStyle
Version 7.0.0
Features ✨
- Added
AutofillContextAction
, default isAutofillContextAction.commit
Breaking changes ⚠️
- Migrated to null-safety.
- Minimum Flutter version is set to 1.22.0
Fixes 🐛
- Fixed default text value not showing, #153
Version 6.1.0
Features ✨
- Added haptic feedback enum HapticFeedbackTypes { heavy, light, medium, selection, vibrate, }
- Added animated obscure widget support obscuringWidget and blinkWhenObscuring
Fixes 🐛
- Fixed bug related to TextStyle not given.
- Fixed bug related to setState is being called after disposal.
Version 6.0.2
Added fallback color when the cursor color fails to retrive and fixed deprecated List constructors.
Version 6.0.1
Fixed read-only warning when field is not enabled & cursor animation now only triggers if showCursor = true
Version 6.0.0
Features ✨
-
Added Cursor
`
/// Whether to show cursor or not
final bool showCursor;/// The color of the cursor, default to Theme.of(context).accentColor
final Color cursorColor;/// width of the cursor, default to 2
final double cursorWidth;/// Height of the cursor, default to FontSize + 8;
final double cursorHeight;
` -
Added boxhShadows
Breaking changes ⚠️
autoValidate
changed according to the new version of Flutter- Minimum Flutter version is set to 1.22.0
Fixes 🐛
- typo fixes
Version 5.1.0
[5.1.0]
Features ✨
- Added
errorAnimationDuration
to customize Error animation duration. - Added
enablePinAutofill
to enable or disable the auto-fill feature.
Breaking changes ⚠️
- Chagned
textInputType
to more familiarkeyboardType
to change they keyboard type
Fixes 🐛
- Fixed rootNavigator issue for paste dialogs, #101
Version 5.0.0
Features ✨
- Added onSave, onTap callbacks.
- Added PastedTextStyle.
- Added iOS autofill added wtih Flutter version 1.20.0
Breaking changes ⚠️
- Must provide context in the
appContext
parameter. - Minimum Flutter version is set to 1.20.0
Fixes 🐛
- Reopen keyboard onTap on the cells #92, thanks to https://github.com/YaroslavGS for the suggestion
Version 4.0.0
Features ✨
Added support for flutter-web
Breaking changes
Replaced internal automatic OS selection for dialog styles, you can select which style you want by configuring with the DialogConfig