Guides / Building Search UI / Installation

How to install the Flutter Helper

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: ^1.0.0

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

Did you find this page helpful?