Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

48 lines (35 loc) · 721 Bytes

v0.2.3

  • make null safe

v0.2.2

  • bump Flutter compat

v0.2.1

  • Fix grouping bug

v0.2.0

  • Bump iban to 0.2.0
  • Fix grouping bug

v0.1.9

  • Add autofocus
  • Generic hint texts for fields
  • Default to blank IBAN

v0.1.8

  • Disable digit grouping on Android

v0.1.7

  • Fix indexing bug

v0.1.6

  • Add keys to TextFormFields for testing

v0.1.5

  • Fix bug in hintText
  • Remove numeric keyboard for check digits

v0.1.4

  • Add toPrintFormat and decent electronicFormat methods

v0.1.3

  • Add validation error

v0.1.2

  • Fix botched 0.1.1 release

v0.1.1

  • Reformat in groups of 4 after paste
  • Add electronicFormat to IBAN object
  • Add isValid to IBAN object
  • Dynamic hint text for country code field

v0.1.0

  • Initial release