ms_persist 2.2.2
ms_persist: ^2.2.2 copied to clipboard
A mixin that help you on handling model as a CRUD, you just need implement 3 overrides
Changelog #
2.2.2 - 2025-07-16 #
- Fixed issue
2.2.1 - 2025-07-16 #
- Fixed issue
2.2.0 - 2024-10-22 #
- Added for storeName
2.1.1 - 2024-07-15 #
- Hotfix
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