digit_forms_engine 0.0.1-dev
digit_forms_engine: ^0.0.1-dev copied to clipboard
digit_forms_engine is a dynamic form rendering engine for Flutter, built on top of the `digit_ui_components` package. It supports multi-page, configurable forms based on a JSON schema.
0.0.1-dev #
Initial Release #
- Dynamic form rendering engine based on JSON schema
- Page configuration now supports map-based pages (keyed by page name)
- Field types supported:
text,dropdown,latLng,locality, etc.
- Validation support using
reactive_forms - Built-in navigation and page order logic
- Integration-ready with
FormsBlocfor loading and managing form state - Theming support via
digit_ui_components - Custom format handling for scanner, location picker, and more