Guides
/
Building Search UI
/
Installation
Jan. 18, 2024
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: ^1.0.0-pre
To confirm the latest version of Flutter Helper, please refer to the list of releases.
Did you find this page helpful?