formik_flutter 1.0.3
formik_flutter: ^1.0.3 copied to clipboard
A lightweight, declarative form state management solution for Flutter inspired by Formik.
1.0.3 #
- Updated LICENSE format to standard OSI MIT structure.
- Formatted LICENSE file to match standard OSI MIT template.
- Updated LICENSE format for pub.flutter-io.cn recognition.
- Added dartdoc documentation across public classes and members.
- Breaking Change: Transitioned to a completely headless builder architecture using
FormikField. - Added support for dynamic key-path resolution (
user.profile.name,users.0.name). - Added support for dynamic form arrays (repeatable container fields).
- Integrated dual-level validation engine (Field-level & Form-level schema validation).
- Added automatic
TextEditingControllerstate sync insideFormikField.