All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Dart Package Versioning.
- Update ci-related scripts.
- Update linting rules.
- Update dependencies.
'Contribute' section to README — 65.
- bump up Formdator to 0.12.2
- running demo app on Android — 62.
- remove redundant imports.
- README: rename the
BasicTextField
constructor parameter 'great' to 'long'.
- rename 'less' and 'great' ctor. parameters to 'short' and 'long' — Breaking Changes.
- bump formdator to v0.12.1.
- reorganization of the structure of the README file.
- minor corrections to the contents of the README file.
- minor changes to the package description.
- stricter linting rules.
- improvements to the content of the README file.
- grammar errors in README.
- improvements to the documentation in general.
- line break error in README.
- several broken links in README.
- README's internal links
- BrMobileField, a text form field for entering Brazilian mobile numbers — 46.
- BrPhoneField, a text form field for entering Brazilian telephone numbers — 46.
- several improvements to the README file.
- HexField, a text form field for entering hexadecimal digits — 41.
- The IntField constructor sets the inputFormatters to allow only digits and the plus '+' or minus '-' signs.
- IntField.pos constructor sets the inputFormatters to only allow digits and the plus '+' sign.
- IntField.neg constructor sets the inputFormatters to only allow digits and the minus '-' sign.
- some sections of the README file.
- a few unit tests.
- CpfField, a text form field for entering CPF values — 31
- CpfField, a text form field for entering CNPJ values — 32
- Several improvements to the README file.
- EmailField, a text form field for entering email addresses — 8.
- IntField widget, a form field for entering integer numbers — 24.
- NumField widget, a form field for entering floating point numbers — 10.
- update the version of the "Formdator" dependency to 0.10.0 — 19.
- DigitField: 21
BREAKING CHANGES.
- set the [inputFormatters] attribute to [FilteringTextInputFormatter.digitsOnly] and remove it from the constructors parameter list
- set the [keyboardType] to [TextInputType.number] and remove it from the constructors parameter list.
- CepField widget for CEP (Código de Endereçamento Postal) input values — 7.
- WellFormed, a convenient well-formed form widget!
- Several unit tests in addition to improvements to the existing ones — 15.
- The description of this package.
- The FormFieldTester class has been removed and the WellFormed class is its replacement. BREAKING CHANGE