smart_form_builder 1.0.0
smart_form_builder: ^1.0.0 copied to clipboard
A powerful, extensible Flutter SDK for building dynamic forms from JSON schema, supporting localization, theming, plugins, RTL, and advanced validation. Easily render multi-step forms, custom field ty [...]
Unreleased #
- Planned improvements for builder UX and additional field plugins
- Performance profiling and minor API refinements
1.0.0 #
- Initial stable release
- Visual drag-and-drop form builder (web support)
- Dynamic form rendering from JSON schema
- Multi-step form wizard with progress indicators
- Full localization and RTL support
- Advanced theming with
SmartFormThemeand per-field styles - Conditional logic and custom validators (sync/async)
- JSON schema import/export
- Plugin system for custom fields and data sources
- Example app demonstrating common use cases
0.0.1 #
- Pre-release scaffolding