# Installation

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

```yaml
dependencies:
  mbautomation: ^0.0.1
```

And then install packages from the command line with:

```bash
$ flutter pub get
```
