app_forms
App Forms Separate the logic from the user interface by use flutter_form_builder
0.7.1
55 downloads/mo
#3820 most downloaded on pub.dev
moh-abdullah-it/app_forms
What this package is like to depend on
Last release 1 years ago
31 Jul 2025
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
5 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2024 to Jul 2025
2025
2026
Releases
latest 5-
0.7.131 Jul 2025Release notes
Open source →🐛 Critical Bug Fixes
- FIX: Resolved "setState() called during build" error in AppFormListener
- FIX: Fixed listener registration timing to prevent build-phase state changes
- FIX: Moved form validation from build-time to action callbacks to prevent setState conflicts
- IMPROVEMENT: Added proper widget lifecycle management with dispose() method
- IMPROVEMENT: Enhanced type safety with AppFormListenerInterface
- IMPROVEMENT: Added mounted checks to prevent memory leaks and unsafe state updates
📋 Technical Details
- Fixed AppFormListener registration timing using WidgetsBinding.instance.addPostFrameCallback()
- Replaced build-time saveAndValidate() calls with hasErrors property checks
- Updated example apps to follow best practices for form validation timing
- Added proper cleanup in widget disposal to prevent memory leaks
-
0.7.030 Jul 2025Release notes
Open source →🎉 Major Documentation & Architecture Improvements
- BREAKING: Enhanced professional README with comprehensive feature documentation
- NEW: Added CLAUDE.md for improved development workflow and AI assistance
- FEATURE: Complete API documentation with advanced usage examples
- FEATURE: Added comprehensive testing guidelines and examples
- DOCS: Added configuration options and customization guide
- DOCS: Added performance optimization details (debouncing, state management)
-
0.6.030 Jul 2025Release notes
Open source →- UPDATE: Update dependencies
flutter_form_builder: ^10.1.0 - IMPROVEMENT: Enhanced package stability
- UPDATE: Update dependencies
-
0.5.023 Feb 2024Release notes
Open source →- FEATURE: Modify listener to form
- FEATURE: Modify listener to form field
- IMPROVEMENT: Modify
AppFormListenerimplementation - ENHANCEMENT: Better state management integration
-
0.0.121 Feb 2024Release notes
Open source →- INITIAL: Initial release of app_forms package
- FEATURE: Basic form architecture with clean separation of concerns
- FEATURE: Dependency injection system for forms
- FEATURE: Integration with flutter_form_builder