# Installation

Run this command:

```shell
flutter pub add flagship
```

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

```yaml
dependencies:
  flagship: ^4.0.5
```

Now in your Dart code, you can use:

```groovy
import 'package:flagship/flagship.dart'
```
