lo_form 0.1.2 copy "lo_form: ^0.1.2" to clipboard
lo_form: ^0.1.2 copied to clipboard

outdated

Low-code and lightweight Flutter library for forms' state management.

0.1.2 #

  • Change onSubmit return type to FutureOr<bool>; to eliminate the need for writing async in synchronous functions.
  • Add initialValue to all pre-built fields.

0.1.1 #

  • Update dependencies.
  • Fix email regex.

0.1.0 #

Initial release.

0.0.1-dev.2 #

  • Add some unit tests.
  • Add some API reference.
  • Change directory structure.
  • Fix README.

0.0.1-dev.1 #

  • Add LoCheckBox field.
  • Add props field to pre-built fields, to allow styling and modifying them as regular Flutter fields.
  • Add submittableWhen to choose when to make the submit button enabled.
  • Add email & regExp validators.
  • Cleanup code.

0.0.1-dev.0 #

  • Add LoFrom widget to manage the form callbacks and state.
  • Add a simple LoTextField as a pre-built LoField.
  • Add LoValidation to facilitate building validation functions and reuse them.
  • Add errors, touches, statuses, values maps, to track fields' state.
  • Add form-level and field-level validation.
30
likes
0
pub points
53%
popularity

Publisher

unverified uploader

Low-code and lightweight Flutter library for forms' state management.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, meta, provider

More

Packages that depend on lo_form