smart_form_toolkit 0.0.1
smart_form_toolkit: ^0.0.1 copied to clipboard
An advanced, platform-aware Flutter form framework with unified state management, generic type support, and deep native parity.
0.0.1 #
- Initial release of SmartForm Toolkit.
- SmartFormBuilder: New feature to generate forms completely from a JSON schema.
- Unified State Management: Centralized form state via
SmartFormController. - Platform-Aware Fields: Automatic adaptation between Material and Cupertino.
- Advanced Parity: Full feature parity for
SmartTextFieldwith native Flutter widgets. - Rich Styling: Global and per-field customization via
FieldDecorationandSmartStyle. - Generic Choice Fields: Supports
Switch,Checkbox,Radio, andSegmentedlayouts. - Searchable Dropdowns: Asynchronous searching with debouncing support.