dynamic_forms 0.9.0 copy "dynamic_forms: ^0.9.0" to clipboard
dynamic_forms: ^0.9.0 copied to clipboard

outdated

Dart library providing infrastructure to parse complex external form with expressions into a custom model.

0.9.0 #

  • Renamed ElementValue<T> to Property<T>.
  • FormElement and Validation now use property setters instead of fill method.
  • Added base FormElementParser so parsers can be easily inherited from each other.

0.8.0 #

Fixed inconsistency in parsers.

0.7.0 #

Changed model hierarchy and parser naming.

0.6.1 #

Published FormElement propertyChanged Stream so it can have multiple subscribers.

0.6.0 #

Added possibility to parse single child component.

0.5.0 #

Removed screaming caps convention.

0.4.0 #

  • Added abstraction over XML parser.
  • Added JSON parser.

0.3.0 #

Specific models and parsers were moved to the flutter_dynamic_forms_components package.

0.2.0 #

FormManager API Changes.

0.1.1 #

Updated the project description.

0.1.0 #

Initial Version of the library.

5
likes
0
pub points
33%
popularity

Publisher

unverified uploader

Dart library providing infrastructure to parse complex external form with expressions into a custom model.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

expression_language, quiver, rxdart, uuid, xml

More

Packages that depend on dynamic_forms