Releases
v5.31.5
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
You can’t perform that action at this time.