formx 0.4.0 copy "formx: ^0.4.0" to clipboard
formx: ^0.4.0 copied to clipboard

outdated

Build, validate and fill forms easily with extended Form and TextFormField.

Changelog #

This project adheres to Semantic Versioning.

0.4.0 Nov 07, 2023 #

  • Adds [Formx.valueModifier] and updates [FormxState.form] getter.

  • Adds [FormxState.save] and [Formx.onSaved] callback.

  • Adds [FormxState.reset].

  • Adds [FormxState.isValid].

  • Adds [FormxState.hasError].

  • Adds notify = true boolean to [FormxState.setValue].

  • Changes onWidget to fieldWrapper.

  • Changes onField to fieldModifier.

  • Changes onDecoration to decorationModifier.

  • Changes onErrorText to errorTextModifier.

  • Updates in code were made to better follow Effective Dart style and also improve developer experience:

    • Adds all_lint_rules.yaml.
    • Updates analysis_options for stricter lints.
    • Updates CHANGELOG style.

0.3.13 Oct 23, 2023 #

  • Bump to Flutter sdk 3.13.0.
  • Adds support to TextFormField in sdk 3.13.0.
  • Adds undoController to TextFormxField.
  • Adds onAppPrivateCommand to TextFormxField.
  • Adds cursorOpacityAnimates to TextFormxField.
  • Adds selectionHeightStyle to TextFormxField.
  • Adds selectionWidthStyle to TextFormxField.
  • Adds dragStartBehavior to TextFormxField.
  • Adds contentInsertionConfiguration to TextFormxField.
  • Adds clipBehavior to TextFormxField.
  • Adds scribbleEnabled to TextFormxField.
  • Adds canRequestFocus to TextFormxField.

0.3.10 Oct 23, 2023 #

  • Bump to Flutter sdk 3.10.0.
  • Adds support to TextFormField in sdk 3.10.0.
  • Adds spellCheckConfiguration to TextFormxField.
  • Adds magnifierConfiguration to TextFormxField.

0.3.7 Oct 23, 2023 #

  • Bump to Flutter sdk 3.7.0.
  • Adds support to TextFormField in sdk 3.7.0.
  • Adds contextMenuBuilder to TextFormxField.
  • Adds onTapOutside to 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 maybeAt to access state below context.
  • Adds Formx.errorTexts to access all errorTexts by field tag.
  • Updates FormxException with 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.
9
likes
0
points
287
downloads

Publisher

verified publisherbranvier.com

Weekly Downloads

Build, validate and fill forms easily with extended Form and TextFormField.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on formx