filterable_annotation 1.0.0
filterable_annotation: ^1.0.0 copied to clipboard
Annotations for automatic filter and sort generation with source_gen and build_runner. Build dynamic, type-safe filters for your Dart models.
1.0.0 #
π Production Release #
This is the first production-ready release with complete documentation and stable API.
β¨ Features
- Complete API documentation with examples
- Added
toString(),operator==, andhashCodetoFilterCriteriaandSortCriteria - Production-ready pubspec with proper metadata
- Comprehensive README with usage examples
π Documentation
- Added detailed API documentation for all public classes
- Added usage examples in documentation comments
- Created comprehensive README with all features documented
π§ Improvements
- Better package description for pub.flutter-io.cn
- Added topics and funding information
- Improved code organization
0.2.0 #
- Added
FilterableFieldInfofor metadata support - Support for dynamic UI generation
0.1.0 #
- Initial release
- Added
@Filterableand@FilterableFieldannotations - Support for custom comparators via
comparatorsparameter - Support for custom comparison functions via
customCompareparameter - Compatible with
filterable_generator