PackageTrack
Sign in Get early access

algolia_helper_flutter

Patterns and APIs to implement advanced search features with Algolia for Flutter

1.6.0 algolia/algoliasearch-helper-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 2025
2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 26
  1. 1.6.0 17 Dec 2025
    Release notes
    • FEAT(response): add userData (#172).
    Open source →
    Release notes
    • 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:


    Open source →
  2. 1.5.0 18 Nov 2025
    Release notes
    • FEAT(errors): add a cause to laundered exceptions (#168).
    Open source →
    Release notes
    • FEAT(errors): add a cause to laundered exceptions (#168).
    Open source →
  3. 1.4.0 11 Sep 2025
    Release notes
    • FEAT(search-state): support sortFacetValuesBy (#165).
    Open source →
    Release notes
    • 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:


    Open source →
  4. 1.3.0 08 Aug 2025
    Release notes
    • FEAT(search-reponse): expose renderingContent in model.
    Open source →
    Release notes
    • FEAT(search-reponse): expose renderingContent in model.
    Open source →
  5. 1.2.1 01 Jul 2025
    Release notes
    • FIX(multiSearcher): forward error (#161).
    • FIX(add*Searcher): debounce with constructor setting (#160).
    Open source →
    Release notes
    • 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:


    Open source →
  6. 1.2.0 09 Jan 2025
    Release notes

    What's Changed

    • fix(client): remove invalid maxFacetHits in SearchForHits extension 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

    Full Changelog: algolia_helper_flutter-v1.1.0...algolia_helper_flutter-v1.2.0

    Open source →
    Release notes
    • FIX(client): remove invalid maxFacetHits in SearchForHits extension (#153).
    • FEAT(queryBuilder): remove aux queries for unrefined facets (#152).
    • FEAT(clientOption): enable pass interceptor as parameters (#149).
    Open source →
  7. 1.1.0 17 Jul 2024
    Release notes
    • 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 ClientOptions to MultiSearcher and FacetSearcher (#132).
    • FEAT(searcher): add client options (#131).
    Open source →
  8. 1.0.0 11 Apr 2024
    Release notes
    • 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).
    Open source →
  9. 1.0.0-pre 10 Jan 2024 pre-release
    Release notes
    • REFACTOR(FacetList): refactor facet list component (#118).
    • FIX(facetlist): multiple facet toggle (#120).
    • FIX(facet): export facet model (#112).
    Open source →
  10. 0.5.0 02 Oct 2023
    Release notes
    • FEAT(GeoSearch): add geospatial query support (#105).
    • CHORE: Update dependencies to be more relaxed.
    Open source →
  11. 0.4.1 05 Sep 2023
    Release notes
    • CHORE: Fix pana issues (#95).
    Open source →
  12. 0.4.0 05 Sep 2023
    Release notes
    • FEAT: MultiSearcher and FacetSearcher (#92).
    • FEAT: Highlighting extension for Facet.
    • FEAT: Official Dart client integration.
    • CHORE: Merge algolia_helper_dart to algolia_helper_flutter packages.

    2023-07-17

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:


    Open source →
  13. 0.3.3 18 Jul 2023
    Release notes
    • REFACTOR: Filters/FilterState and add disposables (#31).
    • REFACTOR(searcher): responses as published stream (#30).
    • REFACTOR: HitsSearcher and FacetList spec 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).
    Open source →
  14. 0.3.2 30 May 2023

    Nothing published for this version

  15. 0.3.1 19 May 2023

    Nothing published for this version

  16. 0.3.0 03 May 2023

    Nothing published for this version

  17. 0.2.3 22 Dec 2022

    Nothing published for this version

  18. 0.2.2 14 Dec 2022 withdrawn
    Release notes
    • 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:


    Open source →
  19. 0.2.1 25 Oct 2022
    Release notes
    • 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:


    Open source →
  20. 0.2.0 03 Oct 2022
    Release notes
    • FEAT: Insights becomes a Flutter package (#92).
    • FIX: Add named parameters for Insights instantiation.
    Open source →
  21. 0.1.5 15 Sep 2022

    Nothing published for this version

  22. 0.1.4 14 Sep 2022

    Nothing published for this version

  23. 0.1.3 14 Sep 2022

    Nothing published for this version

  24. 0.1.2 12 Sep 2022
    Release notes
    • FIX: use app documents directory to store the user token if possible (#88).
    • FIX: Restore pub points (#75).
    • FEAT: Insights (#62).
    Open source →
  25. 0.1.1 12 Sep 2022

    Nothing published for this version

  26. 0.1.0 01 Sep 2022

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive