formx 0.3.10
formx: ^0.3.10 copied to clipboard
Build, validate and fill forms easily with extended Form and TextFormField.
Changelog #
This project adheres to Semantic Versioning.
0.3.10 Oct 23, 2023 #
- Bump to Flutter sdk 3.10.0.
- Adds support to TextFormField in sdk 3.10.0.
- Adds
spellCheckConfigurationto TextFormxField. - Adds
magnifierConfigurationto TextFormxField.
0.3.7 Oct 23, 2023 #
- Bump to Flutter sdk 3.7.0.
- Adds support to TextFormField in sdk 3.7.0.
- Adds
contextMenuBuilderto TextFormxField. - Adds
onTapOutsideto TextFormxField.
0.3.0 Oct 23, 2023 #
- Adds support to TextFormField in sdk 3.0.0
- Adds FormxState.fill() method to autofill all nested fields.
- Adds Formx.at(context) and
maybeAtto access state below context. - Adds
Formx.errorTextsto access allerrorTextsby fieldtag. - Updates
FormxExceptionwith errorTexts parameter.
0.1.5 Sep 26, 2023 #
- Fixes initialValue conflict with TextEditingController.
- Fixes unnecessary didChange on setField.
0.1.1 Sep 23, 2023 #
- Fixes minor conflict with [onField].
0.1.0 Sep 22, 2023 #
- Initial pre-release.