bdaya_repository_pattern 3.1.0 bdaya_repository_pattern: ^3.1.0 copied to clipboard
A simple implmentation of the repository pattern used at our company.
[3.1.0] - 19/Jan/2022 #
- Pumped rxdart version
[3.0.0] - 05/Apr/2021 #
- Fixed hive dependencies
[3.0.0-dev.1] - 04/Mar/2021 #
- Added nullsafety support
[2.0.4] - 20/Feb/2021 #
- Added
valuesStream
toActiveRepo
[2.0.3] - 30/Jan/2021 #
- Added
putAllAndUpdateExistingMapped()
[2.0.1] - 09/Jan/2021 #
- Removed "+" from version
[2.0.0+6] - 09/Jan/2021 #
- Breaking changes with some extra helpers and improvements
[1.2.2+5] - 09/Jan/2021 #
- Added
firstOrNull
to repo
[1.2.1+4] - 08/Jan/2021 #
- Added
streamFor
to repo
[1.2.0+3] - 29/Dec/2020 #
- Added
putAllAndUpdateExisting()
to repo
[1.1.0+2] - 26/Dec/2020 #
- Renamed
listen()
tostream
stream
now seeds the initial value
[1.0.0] - 01/Dec/2020 #
- Initial Release with Active and Lazy repositories