# Install Adpluginx

#### Add Plugin to Pubspec.yaml

{% code title="pubspec.yaml" overflow="wrap" lineNumbers="true" %}

```yaml
// Installing Adpluginx
adpluginx: <latest_version>
```

{% endcode %}

#### Run the pub get Command

```sh
flutter pub get
```
