reactive_orm 0.0.2
reactive_orm: ^0.0.2 copied to clipboard
A lightweight reactive ORM-style state management package for Flutter.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2025-12-24 #
Added #
- Initial release of
reactive_orm ReactiveModelbase class for reactive data modelsReactiveBuilderwidget for automatic UI updates- Automatic rebuilds when model properties change
- Example integration with Flutter
- Support for multiple widgets observing the same model
Notes #
- Experimental alpha release
- API subject to change
- Persistence and advanced ORM features not yet implemented
0.0.2 - 2025-12-24 #
Added #
- Initial release of
reactive_orm ReactiveModelbase class for reactive data modelsReactiveBuilderwidget for automatic UI updates- Automatic rebuilds when model properties change
- Example integration with Flutter
- Support for multiple widgets observing the same model
- Optimised the system and callback
- Make it field specific instead of object dependant