> For the complete documentation index, see [llms.txt](https://docs.ep.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ep.mburger.cloud/flutter-docs/messages/installation.md).

# Installation

You can install the MBAudience SDK using pub, add this to your pubspec.yaml file:

```yaml
dependencies:
  mbmessages: ^0.0.1
```

And then install packages from the command line with:

```bash
$ flutter pub get
```
