flutter_repository 1.1.0
flutter_repository: ^1.1.0 copied to clipboard
A new Flutter package.
1.1.0 #
Add a mock class for SimpleCollection, so that library users would not have to make such mock themselves every time.
1.0.0 #
Initial release.
1.0.0-dev.7 #
Made Specification immutable.
1.0.0-dev.6 #
Made PrivateImmutableCollection and PrivateCollection proxies to actual ImmutableCollection and Collection implementations.
1.0.0-dev.5 #
Introduce PrivateCollection amd PrivateImmutableCollection.
1.0.0-dev.4 #
Fix DataSourceServant type definition in _BaseCollection, ImmutableCollection and Collection.
1.0.0-dev.3 #
Added ordering support for results of Specification.
1.0.0-dev.2 #
Create a separate ReadonlyDataSource abstraction, so that data sources that only allow querying would not have to implement modifiable DataSource class.
1.0.0-dev.1 #
Initial implementation of collection oriented repositories with no actual implementations at the moment.