Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prash5t/dynamicform-flutter
Easily implement dynamic forms in Flutter with support for multiple pages, various field types, and validation.
https://github.com/prash5t/dynamicform-flutter
dynamicform flutter
Last synced: 17 days ago
JSON representation
Easily implement dynamic forms in Flutter with support for multiple pages, various field types, and validation.
- Host: GitHub
- URL: https://github.com/prash5t/dynamicform-flutter
- Owner: prash5t
- Created: 2023-12-08T15:53:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T10:42:43.000Z (about 1 year ago)
- Last Synced: 2024-11-10T14:07:56.723Z (3 months ago)
- Topics: dynamicform, flutter
- Language: Dart
- Homepage:
- Size: 14.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Forms in Flutter
Easily implement dynamic forms in Flutter with support for multiple pages, various field types, and validation.
## Features
- **Multi-page Forms:** Supports forms with multiple pages, making it versatile for different use cases (e.g., sign-up forms, KYC forms).
- **Field Types:** Includes support for various field types, such as text form fields, drop-down buttons, radio buttons, and date pickers.
- **Validation:** Field validation with support for regular expressions, minimum/maximum length validation, and more.
- **Keyboard Types:** Customizable keyboard types for text fields.
- **Easy Implementation:** Designed for easy and straightforward integration into your Flutter applications.
## Screenshots