Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yichahucha/tform

A easy, extensible and dynamic flutter form framework. Support for custom selectors, validators and widgets. Support form verification, insert, delete and so on.
https://github.com/yichahucha/tform

android dart dynamic dynamic-form dynamic-forms flutter flutter-dynamic-form flutter-form flutter-form-widgets flutter-formfield form ios tform

Last synced: about 7 hours ago
JSON representation

A easy, extensible and dynamic flutter form framework. Support for custom selectors, validators and widgets. Support form verification, insert, delete and so on.

Awesome Lists containing this project

README

        

# tform

A easy, extensible and dynamic flutter form framework. Support for custom selectors, validators and widgets. Support form verification, insert, delete and so on.

## Installing
Add this to your package's pubspec.yaml file:

```yaml
dependencies:
tform: ^1.0.1
```

## Example
![avatar](./assets/demo.gif)

## Build Form Rows
![avatar](./assets/carbon_rows.png)

## Build Form
![avatar](./assets/carbon_page.png)