super_form 0.1.7 copy "super_form: ^0.1.7" to clipboard
super_form: ^0.1.7 copied to clipboard

outdated

Quick, familiar and extensible forms in Flutter. No magical configuration required. Comes with form widgets, error text and many validation rules.

0.1.7 #

  • Add support for disabled state via enabled property for SuperFormFields
  • Fix ValidationError extending Dart Error class
  • Set field as touched after focus is lost

0.1.6 #

  • Add support for state restoration of primitives and collections of primitives
  • Bump dependencies and fix deprecated usages

0.1.5 #

  • Fix bug where text field would automatically set value to empty string triggering validation
  • Implement toString for rules and better debug properties
  • Add hint in the missing SuperForm ancestor message

0.1.4 #

  • More examples with Sliders, Checkboxes, dynamic rules and dynamic fields - now also with tests
  • Fix bug where field with rules would reset with an old value
  • Fix bug where field with rules would throw null check error if it was just moved in the tree
  • Fix bug where field would validate with old rules
  • Add SuperForm.ofFieldValue

0.1.3 #

  • DropdownSuperFormField
  • CheckboxSuperFormField with listTile builder
  • RadioSuperFormField with listTile builder
  • ContainsRule
  • Maximum and MinimumLengthRule now supports collections

0.1.2 #

  • Fixes issue where field would not update after widgets name was changed
  • SliderSuperFormField
  • Added debug properties

0.1.1 #

  • Fixed and improved README - added sections about initial values and error messages
  • Better package description

0.1.0 #

Initial beta release

  • TextSuperFormField
  • SuperFormErrorText
  • SuperForm
  • SuperFormField
  • Rules: IsEqual, Pattern, Email, Required, Custom, MinimumLength, MaximumLength, MinValue, MaxValue, IsNumber, IsInteger
32
likes
0
pub points
57%
popularity

Publisher

verified publisherpr0gramista.pl

Quick, familiar and extensible forms in Flutter. No magical configuration required. Comes with form widgets, error text and many validation rules.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on super_form