form_companion_presenter 0.5.0+1 form_companion_presenter: ^0.5.0+1 copied to clipboard
Helps building presenter for forms with validations in model layer including asynchronous validations, submittion button availability, etc.
0.5.0+1 #
0.5.0 #
0.4.0 #
Note: This release has breaking changes.
- FIX: Expose
FormPropertiesExtension
. - FIX: Support Flutter 3.7.
- BREAKING FIX: Minimum Flutter version is now 3.7.
0.3.0 #
Note: This release has breaking changes.
- FIX: add missing exports.
- FIX: update dependencies.
- FEAT: relax
canSubmit
accessibility. - FEAT: update dependencies.
- BREAKING FEAT: separate state from presenter.
0.2.0 #
- FEAT: improve error reporting in canceled validation.
0.1.0 #
- Initial release