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

Hello @OndrejKunc , i hope you are doing well :) As the contributor this project, I'm here again with a new project :) There has been a lot of change...

Hello, In using the example from usage in Expression Language Library, how to construct the `TestFormElement()` ``` `//Create expression parser and pass a map of the types extending ExpressionProviderElement which...

I have form elements with hyphens ('-') in their Id's text as a word separator but this also applies if the Id were a guid. The latest null-safe release (1.0.0)...

Hi! i found some bug in `MutableProperty` `setValue` function, maybe it's not a bug, i dont know 😄 Problem what i need force update value, because i listen this value...

I've been trying to create a custom grouping of checkbox choice items where each choice component has an integer quantity property and the parent group component also has a quantity...

I have a JSON file with the form and have textfields, labels, etc. How can I manipulate through dart code? It's possible make an binding xml~dart? Regards and excuse, it's...

Hi, Thanks for this package. Has been very useful in my project. I'm stuck on trying to get simple arithmetic expressions to work. Here's my json: ``` { "@name": "form",...

Hello, I review your worn and its great. I hope you will add grid/matrix form field like table with column and rows...I you need more clarification please reach out.

``` body: Center( child: SingleChildScrollView( child: isLoading ? CircularProgressIndicator() : ParsedFormProvider( create: (_) => JsonFormManager(), content: json, parsers: components.getDefaultParserList(), child: FormRenderer( renderers: components.getReactiveRenderers(), ), ), ), ), ```