Skip to content

Latest commit

 

History

History
101 lines (60 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

101 lines (60 loc) · 1.5 KB

2.3.0

  • Update PinFieldAutoFill library and adapt changes
  • Add enable parameter to field widgets

2.2.0

  • add ability to update regex to retrieve the code from sms
  • add inputFormatters to PinFieldAutoFill and TextFieldPinAutoFill

2.1.2

  • fix crash on android

2.1.1

  • fix crash on android

2.1.0

  • migrate to android embedded v2
  • add enableInteractiveSelection config param

2.0.1

  • fix null safety on getSignature
  • bump pin_input_text_field

2.0.0

  • migrate to null safety
  • add cursor to PinFieldAutoFill
  • fix controller on PhoneFieldHint

1.3.1

  • fix bug on PhoneFormFieldHint when controller is used
  • Check if SIM is present or not

1.3.0

  • add PhoneFormFieldHint
  • Manage validation field
  • Allow custom decoration to phone fields
  • Allow to hide icon on phone fields

1.2.7

  • add iOS autofill
  • bump deps

1.2.6

  • fix deprecation warning
  • bump deps

1.2.5

  • bump deps

1.2.4

  • update pin_input_text_field to support paste

1.2.3

  • Call onCodeChanged only when code have changed on PinFieldAutoFill

1.2.2

  • Add unregisterListener to mixin
  • Add TextEditingController to PinFieldAutoFill
  • down to support API 18 on Android

1.2.1

  • fix mixin usage

1.2.0

  • Compatibility with last flutter stable
  • add obscureText to TextFieldPinAutoFill
  • update deps

1.1.1

  • Fix Android X compilation issue
  • update

1.1.0

  • Fix Android X compilation issue
  • Add Android signature helper

1.0.0

  • Android X migration.

0.0.1

  • Initial release.