kiss_repository 0.8.0
kiss_repository: ^0.8.0 copied to clipboard
A simple generic repository interface
0.5.0 #
- Initial version.
0.6.0 #
- corrected
deleteAllto returnvoid.
0.7.0 #
- added
addWithIdto add an item with a specific id.
0.8.0 #
- Added in memory reference implmentation, added a dispose method to the interface
- Update interface to make ID generation explicitly an external task thats out of scope of this interface.