From c4dd9e6e0b5613cd6dc3c18aa8ee0c44b3aa3fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 21 Oct 2024 13:21:42 +0200 Subject: [PATCH] Fix version macro --- src/content/docs/en/sdk/flutter/v5/index.mdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/sdk/flutter/v5/index.mdoc b/src/content/docs/en/sdk/flutter/v5/index.mdoc index 781668b3f..4ba930be3 100644 --- a/src/content/docs/en/sdk/flutter/v5/index.mdoc +++ b/src/content/docs/en/sdk/flutter/v5/index.mdoc @@ -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.