ms_persist 2.1.0 ms_persist: ^2.1.0 copied to clipboard
A mixin that help you on handling model as a CRUD, you just need implement 3 overrides
Changelog #
[2.1.0] - 2024/07/15 #
- Hooks onBefore(Save|Delete) and onAfter(Save|Delete) are now called in the method
save
anddelete
respectively. - Added support for Web and Windows platforms.
[2.0.0] - 2021/12/03 #
- Added support for null safety.
[1.0.0] - 2020/09/24 #
- Using sembast_sqflite instead of sembast
[0.2.0] - 2020/09/24 #
- Implement dirty state
[0.1.0+1] - 2020/09/24 #
- Update comments and lib description
[0.1.0] - 2020/09/24 #
- First Alpha Release