> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to install the Flutter Helper

> Learn how to install Flutter Helper using Pub.

## 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:

```yaml YAML theme={"system"}
algolia_helper_flutter: ^1.0.0
```

To confirm the latest version of Flutter Helper, refer to the [list of releases](https://github.com/algolia/algoliasearch-helper-flutter/tags).
