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