super_search_delegate 2.0.0
super_search_delegate: ^2.0.0 copied to clipboard
A highly flexible search delegate with customizable filtering and UI for Flutter applications
Changelog #
2.0.0 [September 11, 2025] #
- Paginated Server Side Search modified
1.0.13 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.12 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.11 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.10 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.9 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.8 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.7 [September 10, 2025] #
- Paginated Server Side Search modified
1.0.6 [September 10, 2025] #
- Paginated Server Side Search added
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