Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yichahucha/tform
- Owner: yichahucha
- License: mit
- Created: 2020-08-25T01:53:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T11:42:02.000Z (over 1 year ago)
- Last Synced: 2024-11-16T03:03:28.001Z (2 days ago)
- Topics: android, dart, dynamic, dynamic-form, dynamic-forms, flutter, flutter-dynamic-form, flutter-form, flutter-form-widgets, flutter-formfield, form, ios, tform
- Language: Dart
- Homepage:
- Size: 8.68 MB
- Stars: 36
- Watchers: 1
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)