reactive_orm_forms 1.0.1
reactive_orm_forms: ^1.0.1 copied to clipboard
Reactive form widgets for Flutter powered by reactive_orm, with field-wise updates and minimal boilerplate.
Changelog #
All notable changes to this project will be documented in this file.
This project follows Semantic Versioning.
1.0.1 - 2025-12-30 #
--Minor documents related changes.
1.0.0 - 2025-12-30 #
Added #
- Initial release of
reactive_orm_forms. - Form widgets:
ReactiveTextFieldReactiveCheckboxReactiveSelectorF(Dropdown)ReactiveDatePickerReactiveSlider
- Full support for field-wise reactivity with
ReactiveModel. ReactiveBuilderintegration for reactive previews.- Nested and shared models supported.
- Minimal boilerplate, designed for rapid form development.
Notes #
- Requires
reactive_orm>=1.0.0. - All widgets fully reactive to model changes.
- Designed for Flutter apps with reactive domain models.