Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

78 lines (47 loc) · 1.11 KB

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.