reactive_orm_forms 1.0.1 copy "reactive_orm_forms: ^1.0.1" to clipboard
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:
    • ReactiveTextField
    • ReactiveCheckbox
    • ReactiveSelectorF (Dropdown)
    • ReactiveDatePicker
    • ReactiveSlider
  • Full support for field-wise reactivity with ReactiveModel.
  • ReactiveBuilder integration 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.
2
likes
100
points
288
downloads

Publisher

unverified uploader

Weekly Downloads

Reactive form widgets for Flutter powered by reactive_orm, with field-wise updates and minimal boilerplate.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, reactive_orm

More

Packages that depend on reactive_orm_forms