flutter_form_builder_plus 0.0.2
flutter_form_builder_plus: ^0.0.2 copied to clipboard
An enhanced form builder with validation, conditional fields, and dynamic form generation for Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
Changed #
Deprecated #
Removed #
Fixed #
Security #
0.0.2 - 2025-08-22 #
Added #
- Enhanced documentation coverage (100% API documentation)
- Improved test coverage and reliability
- Better error handling and validation
- Performance optimizations
Changed #
- Updated dependencies to latest stable versions
- Improved code formatting and linting
- Enhanced example application
Fixed #
- Minor bug fixes and improvements
- Code quality improvements
0.0.1 - 2024-01-01 #
Added #
- Initial release of flutter_form_builder_plus
- Basic form builder widget with validation
- Support for various form field types
- Conditional field rendering based on form state
- Dynamic form generation from configuration
- Comprehensive validation system
- Form state management
- Field dependencies and conditional logic
- Custom field type support
- Form submission handling
- Error display and styling
- Accessibility support
- Responsive design support
- Internationalization ready
- Comprehensive documentation
- Example applications
- Unit tests and widget tests
- Integration tests
- Performance optimizations
- Null safety support