flutter_formy 0.2.1
flutter_formy: ^0.2.1 copied to clipboard
Form management package focused on flexibility, modularity, and readability
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.