flutter_formy 0.3.0
flutter_formy: ^0.3.0 copied to clipboard
Form management package focused on flexibility, modularity, and readability
0.3.0 #
Added #
- FormManager test and documentation
- FormySelector test and documentation
- FieldSelector test and documentation
- GroupSelector test and documentation
- FormyBuilder documentation
- FieldBuilder documentation
- GroupBuilder documentation
- FocusableFieldBuilder documentation
Fixed #
- The
field
property ofFormyBuilder
has been renamed tocontroller
. - The
control
property ofFormySelector
has been renamed tocontroller
.
Removed #
- Removed the
addListener
andremoveListener
methods fromFormyBuilder
.
0.2.1 #
Fixed #
- Added the
dispose
method to bothFieldController
andGroupController
. - Improved the debug print output for better clarity.
0.2.0 #
Added #
- FormManager has been created
- Added FormyBuilder, FieldBuilder and GroupBuilder documentation
- FormyBuilder test
- FieldBuilder test
- GroupBuilder test
- FocusableFieldBuilder test
Fixed #
- Fixed issue where using two
FocusableFieldBuilder
widgets on the same page would incorrectly share the same focus node.