🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Guides / Building Search UI / Installation

How to install the Flutter Helper

Algolia for Flutter is beta software according to Algolia’s Terms of Service (“Beta Services”). To share feedback or report a bug, open an issue.

Installing with pub package manager

You can add Flutter Helper to your Flutter application by adding the following line to your pubspec.yaml’s dependencies:

1
algolia_helper_flutter: ^0.4.0

To confirm the latest version of Flutter Helper, please refer to the list of releases.

Did you find this page helpful?