client_filtering 0.0.18
client_filtering: ^0.0.18 copied to clipboard
Allows dynamic client filtering through a set of models
[0.0.18] - September 10th, 2021 #
- Updated to Dart 2.14
- Updated linting and fixed various issues surfaced by the linter
- Fixed issue with json encoding of FilterCriteria
[0.0.15] - September 8th, 2021 #
- Add Between Operator for numerics and date/times.
- Add Localization ability by setting the values in ClientFilteringLocalizedMessages.
- Use functions for copyWith so that nulls can be passed properly.
- Make FilterCriteria Strongly typed
- Make FilterCriteria hold list of values for filters on value lists where one to N values may be present.
[0.0.7] - August 3rd, 2021 #
- Initial Release of the basic functionality to implement Client Filtering