bdaya_repository_pattern 2.0.3
bdaya_repository_pattern: ^2.0.3 copied to clipboard
A simple implmentation of the repository pattern used at our company.
2.0.3 30/Jan/2020 #
- Added
putAllAndUpdateExistingMapped()
2.0.1 09/Jan/2020 #
- Removed "+" from version
2.0.0+6 09/Jan/2020 #
- Breaking changes with some extra helpers and improvements
1.2.2+5 09/Jan/2020 #
- Added
firstOrNullto repo
1.2.1+4 08/Jan/2020 #
- Added
streamForto repo
1.2.0+3 29/Dec/2020 #
- Added
putAllAndUpdateExisting()to repo
1.1.0+2 26/Dec/2020 #
- Renamed
listen()tostream streamnow seeds the initial value
1.0.0 01/Dec/2020 #
- Initial Release with Active and Lazy repositories