super_search_delegate 1.0.5
super_search_delegate: ^1.0.5 copied to clipboard
A highly flexible search delegate with customizable filtering and UI for Flutter applications
Changelog #
1.0.5 [August 03, 2025] #
- Sample Api Data Fetching and Integration with UI(with Dio/removed http)
1.0.4 [August 03, 2025] #
- Sample Api Data Fetching and Integration with UI
1.0.3 [August 03, 2025] #
- Filter Items modification
1.0.2 [August 03, 2025] #
- Contrinutor @mirza.dev25@gmail.com
1.0.1 [August 03, 2025] #
- Update documentation
1.0.0 [August 03, 2025] #
- Initial release of the super_search_delegate package.
- Added SuperSearchDelegate class for flexible search functionality in Flutter.
- Included SearchConfig for configuring search behavior.
- Implemented SuperSearchResults and SuperSearchAppBar widgets for search UI.
- Added support for custom item builders, property selectors, and filters.
- Included unit tests for core functionality.
- Added documentation for classes, methods, and properties.
- Added Example code
- Added Brief Readme file