Guides
/
Building Search UI
/
Installation
Sep. 06, 2023
How to install the Flutter Helper
On this page
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:
Copy
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?