Skip to content

Commit

Permalink
Fix version macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Oct 21, 2024
1 parent 8eebc1d commit c4dd9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/sdk/flutter/v5/index.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To import the Adjust SDK to your Flutter project, follow these steps:

```yaml
dependencies:
adjust_sdk: ^$FLUTTER_VERSION
adjust_sdk: ^{% $versions.flutter.v5 %}
```

1. Navigate to your project and run the following command. Visual Studio automatically runs this command after you edit the `pubspec.yaml` file.
Expand Down

0 comments on commit c4dd9e6

Please sign in to comment.