Skip to content

v5.31.5

Compare
Choose a tag to compare
@agordn52 agordn52 released this 18 Jul 12:03
· 17 commits to 6.x since this release
  • New docs on nylo.dev for Forms - read more here
  • New create method added to NyFormData class. This will allow you to create the form from the instance.
  • Add FormStyle to NyForm. This will allow you to set a global style for the form. It currently only supports TextField and NyFormCheckbox widgets.
  • Ability to create custom validation rules in NyForm's and NyTextField's
  • Added refreshState to NyForm class. This will refresh the state of the form.
  • Added new typedefs FormStyleTextField and FormStyleCheckbox for handling custom styles in NyForm
  • Added clear method to NyForm class. This will clear the form.
  • Added clearField method to NyForm class. This will clear a specific field in the form.
  • Update setField and setData methods in NyForm class. This will now update the state of the form after setting the field.
  • Refactor NyTextField class
  • Refactor NyFormCheckbox class to support global styles
  • FormStyle var added to Nylo class
  • Small refactor to cli_dialog to pass static analysis
  • Update pubspec.yaml