# Use Tip

Depend on it

Run this command:

With Flutter:

```shell
 $ flutter pub add pulse_x
```

This will add a line like this to your package's `pubspec.yaml` (and run an implicit `flutter pub get`):

```yaml
dependencies:
  pulse_x: ^1.0.2
```

Alternatively, your editor might support `flutter pub get`. Check the docs for your editor to learn more.

**Import it**

Now in your Dart code, you can use:

```dart
import 'package:pulse_x/pulse_x.dart';
```

#### As an alternative solution, if you wanna use Pulse-X from github manually. Here's the tip:

In your project's `pubspec.yaml` file, under `dependencies:` section, use like this.

```yaml
dependencies:
    pulse_x:
    git:
      url: https://github.com/YeLwinOo-Steve/pulse_x.git
      ref: master # master branch
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ye-lwin-oo-1.gitbook.io/pulse-x-state-management/pulse-x-overview/use-tip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
