algolia_helper_flutter
Patterns and APIs to implement advanced search features with Algolia for Flutter
What this package is like to depend on
Last release 8 months ago
17 Dec 2025
Ships fairly regularly
a new release about every 2 months
Most releases are documented
notes for 15 of 24 stable releases
1 version withdrawn
withdrawn after publishing
4 years old
26 releases · first in 2022
3 releases in the last 12 months
see the full history below
Release timeline
26 releases · Sep 2022 to Dec 2025Releases
latest 26-
1.6.017 Dec 2025Release notes
Open source →- FEAT(response): add userData (#172).
2025-11-18
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
1.5.018 Nov 2025 -
1.4.011 Sep 2025Release notes
Open source →- FEAT(search-state): support sortFacetValuesBy (#165).
2025-08-08
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
1.3.008 Aug 2025 -
1.2.101 Jul 2025Release notes
Open source →- FIX(pubspec): update algoliasearch dependency (#158).
- FIX(multiSearcher): forward error (#161).
- FIX(add*Searcher): debounce with constructor setting (#160).
2025-01-09
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
1.2.009 Jan 2025Release notes
Open source →What's Changed
- fix(client): remove invalid
maxFacetHitsinSearchForHitsextension by @dhayab in #153 - feat(clientOption): enable pass interceptor as parameters by @toshiossada in #149
- feat(queryBuilder): remove aux queries for unrefined facets by @dhayab in #152
New Contributors
- @toshiossada made their first contribution in #149
Full Changelog: algolia_helper_flutter-v1.1.0...algolia_helper_flutter-v1.2.0
Release notes
Open source →- FIX(client): remove invalid
maxFacetHitsinSearchForHitsextension (#153). - FEAT(queryBuilder): remove aux queries for unrefined facets (#152).
- FEAT(clientOption): enable pass interceptor as parameters (#149).
- fix(client): remove invalid
-
1.1.017 Jul 2024Release notes
Open source →- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(search-state): add support for
analyticsTags(#141). - FIX(HitsSearcher): non-initialized EventTracker (#123).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
- FEAT(searcher): add
ClientOptionstoMultiSearcherandFacetSearcher(#132). - FEAT(searcher): add client options (#131).
-
1.0.011 Apr 2024Release notes
Open source →- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(HitsSearcher): non-initialized EventTracker (#123).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
- FEAT(GeoSearch): add geospatial query support (#105).
- FEAT: MultiSearcher and FacetSearcher (#92).
-
1.0.0-pre10 Jan 2024 pre-releaseRelease notes
Open source →- REFACTOR(FacetList): refactor facet list component (#118).
- FIX(facetlist): multiple facet toggle (#120).
- FIX(facet): export facet model (#112).
-
0.5.002 Oct 2023Release notes
Open source →- FEAT(GeoSearch): add geospatial query support (#105).
- CHORE: Update dependencies to be more relaxed.
-
0.4.105 Sep 2023 -
0.4.005 Sep 2023Release notes
Open source →- FEAT: MultiSearcher and FacetSearcher (#92).
- FEAT: Highlighting extension for Facet.
- FEAT: Official Dart client integration.
- CHORE: Merge
algolia_helper_darttoalgolia_helper_flutterpackages.
2023-07-17
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
0.3.318 Jul 2023Release notes
Open source →- REFACTOR: Filters/FilterState and add disposables (#31).
- REFACTOR(searcher): responses as published stream (#30).
- REFACTOR:
HitsSearcherandFacetListspec and impl SoC (#24). - REFACTOR(hierarchical): update group logic (#10).
- REFACTOR(docs): update public API (#9).
- REFACTOR(searcher): update API and tests (#3).
- REFACTOR: rename main entry to algolia.dart.
- FIX: use app documents directory to store the user token if possible (#88).
- FIX: Restore pub points (#75).
- FIX(highlighting): strings with symbols other then letters (#46).
- FIX: allow same search query to be executed (#48).
- FIX: add type alias for deprecated immutable filters (#32).
- FIX: named parameters for Hit.getHighlightedString (#22).
- FIX: remove distinct from search state stream (#21).
- FIX(QueryBuilder): build disjunctive faceting queries exception (#19).
- FIX(searchResponse): facetStats type (#15).
- FIX(queryBuilder): add objectID to attributes for aux queries (#14).
- FIX: tag filter attribute.
- FIX(searcher): search response build.
- FIX(searcher): search operation call.
- FIX: modules types.
- FEAT: Insights (#62).
- FEAT: add rerun search query (#51).
- FEAT: enhance DX and update documentation (#33).
- FEAT(FacetList): update search state on disjunctive faceting (#27).
- FEAT(HitsSearcher): expose search state stream (#17).
- FEAT: facet list component (#13).
- FEAT(highlighting): Highlighting feature (#11).
- FEAT(search): update query params build (#8).
- FEAT(filterstate): update and document API (#6).
- FEAT: QueryBuilder (#5).
-
0.3.230 May 2023Nothing published for this version
-
0.3.119 May 2023Nothing published for this version
-
0.3.003 May 2023Nothing published for this version
-
0.2.322 Dec 2022Nothing published for this version
-
0.2.214 Dec 2022 withdrawnRelease notes
Open source →- CHORE: Update dependencies to be more relaxed.
2023-09-05
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
0.2.125 Oct 2022Release notes
Open source →- CHORE: Fix pana issues (#95).
2023-09-05
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
0.2.003 Oct 2022Release notes
Open source →- FEAT: Insights becomes a Flutter package (#92).
- FIX: Add named parameters for Insights instantiation.
-
0.1.515 Sep 2022Nothing published for this version
-
0.1.414 Sep 2022Nothing published for this version
-
0.1.314 Sep 2022Nothing published for this version
-
0.1.212 Sep 2022Release notes
Open source →- FIX: use app documents directory to store the user token if possible (#88).
- FIX: Restore pub points (#75).
- FEAT: Insights (#62).
-
0.1.112 Sep 2022Nothing published for this version
-
0.1.001 Sep 2022Nothing published for this version