well_formed 0.2.0 well_formed: ^0.2.0 copied to clipboard
A form field package designed to relieve the developer of much of the form-related coding by providing ready-to-use field masking, validation, smart trimming, and more.
Changelog #
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.
[Unreleased] #
[0.2.0] - 2021-08-07 #
Added #
- 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.
Changed #
- The description of this package.
Removed #
- The FormFieldTester class has been removed and the WellFormed class is its replacement. BREAKING CHANGE