former 0.2.0-beta.5 copy "former: ^0.2.0-beta.5" to clipboard
former: ^0.2.0-beta.5 copied to clipboard

outdated

Easy form building in Flutter with a fluent schema API.

[0.2.0-beta.5] - v2 pre-release (beta) 5 #

  • No changes - bumped to beta for semantics.

[0.2.0-dev.4] - v2 fourth dev release #

New changes:

  • FormerForm.submit now allows return values.
    • Subsequently, FormerProvider.submit now accepts a generic type that should match the return value of FormerForm.submit. For example, if FormerForm.submit returns Future<String>, String should be used as a type parameter to FormerProvider.submit.

Breaking changes:

  • FormerProvider.submit now automatically disables the form during form submission until it gets a response back.
  • FormerProvider.submit now throws a FormInvalidException if the form is invalid.

[0.2.0-dev.3] - v2 third dev release #

New features:

  • FormerProvider now has a getter that verifies and returns whether the form is valid or not.

[0.2.0-dev.2] - v2 second dev release #

Breaking changes #

  • FormerError now renders an empty Container if the given field does not have any error.

[0.2.0-dev.1] - v2 dev release #

Breaking changes #

  • FormerForm.submit now requires a BuildContext parameter. Forms that extend FormerForm should have their submit methods updated accordingly.

[0.1.0-dev.1] - Initial dev release #

  • Initial dev release
6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Easy form building in Flutter with a fluent schema API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on former