search_plus 2.0.0
search_plus: ^2.0.0 copied to clipboard
A production-grade Flutter search package with async API, local, and hybrid search adapters, plus polished UI widgets, theming, animations, and localization support.
Changelog #
2.0.0 #
- Initial stable release of search_plus.
- Added async API search with debouncing, cancellation safety, pagination hooks, and remote adapter support.
- Added local/offline search with ranked matching, weighted scoring, fuzzy search, and suggestions.
- Added hybrid search that merges local and remote results with score weighting and deduplication.
- Added complete UI/UX system with customizable search bar, result list/grid/section layouts, and state widgets.
- Added built-in animations with multiple presets (fade, slide, scale, staggered) and shimmer loading states.
- Added theming system for search bar and result surfaces with Material 3 friendly defaults.
- Added localization layer with override-ready search strings and localization provider.
- Added tests and example app coverage for core behavior and widget integration.