flutter_dynamic_forms icon indicating copy to clipboard operation
flutter_dynamic_forms copied to clipboard

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.

Results 27 flutter_dynamic_forms issues
Sort by recently updated
recently updated
newest added

Seems to work ok with provider 6.

There's a new major update of petitparser: [5.0.0](https://github.com/petitparser/dart-petitparser). [expression_language](https://github.com/OndrejKunc/flutter_dynamic_forms/tree/master/packages/expression_language) is unfortunately using version 4, making the update of the other popular packages impossible.

Hi, Thanks for this very useful package. how to hide formgroup based on selection, like you did in the example. (hide welcome message label based on checkbox selection in the...

In order to implement a function such as LEN... which checks the length of a string. Please add the following check to isNumber under expressions.dart This allows zero an empty...

Hi, Please, Implement the numeric validation feature in textfield.

Hi, can someone please help me out with "caching" the field data? Basically im using the bloc example and I need to keep the fields as they were filled when...

Just wondering if the flutter_dynamic_forms package should bump its provider dep to 6.0.0? It's not a major issue for me that it is coupled to v5 but thought it might...

Hi, I have successfully implemented the FormBuilder into my project, but I can't figure out how to use the required field property to enable or disable a submit button.

Hello @OndrejKunc, congratulations on the project! Is it possible to duplicate (creating a new **formGroup** with default values) a **formGroup** dynamically? In the **ReactiveFormGroupRenderer** class, I would like to do...