Skip to content

Releases: adar2378/pin_code_fields

Version 7.3.0

28 Jul 05:07
Compare
Choose a tag to compare

AutovalidateMode.disabled will not add extra space below the pin cells
Added new attributes errorBorderColor, readOnly, textGradient and scrollPadding

Version 7.2.0

26 May 11:00
Compare
Choose a tag to compare
  • Much requested feature placeholder has been added hintCharacter
  • hintStyle has been added to customize the hint TextStyle

Version 7.0.0

11 Mar 20:09
Compare
Choose a tag to compare

Features ✨

  • Added AutofillContextAction, default is AutofillContextAction.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

20 Jan 12:44
Compare
Choose a tag to compare

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

29 Dec 15:13
Compare
Choose a tag to compare

Added fallback color when the cursor color fails to retrive and fixed deprecated List constructors.

Version 6.0.1

10 Nov 12:05
Compare
Choose a tag to compare

Fixed read-only warning when field is not enabled & cursor animation now only triggers if showCursor = true

Version 6.0.0

10 Oct 21:48
Compare
Choose a tag to compare

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

16 Sep 18:15
Compare
Choose a tag to compare

[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 familiar keyboardType to change they keyboard type

Fixes 🐛

  • Fixed rootNavigator issue for paste dialogs, #101

Version 5.0.0

15 Aug 05:57
Compare
Choose a tag to compare

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 🐛

Version 4.0.0

15 Jul 21:43
Compare
Choose a tag to compare

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