From 856621e1edf78dbdaf22682eb6fcaeec2dbe7e50 Mon Sep 17 00:00:00 2001 From: Srikar Reddy Date: Tue, 24 Jun 2025 12:39:15 +0530 Subject: [PATCH] Add DC SDK Version to Flutter docs --- docs/device-connect/flutter.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/device-connect/flutter.md b/docs/device-connect/flutter.md index f67646d5..5f6d0d92 100644 --- a/docs/device-connect/flutter.md +++ b/docs/device-connect/flutter.md @@ -85,6 +85,14 @@ Specify the following in `local.properties` file: LOGGER_SDK_VERSION= ``` +Specify the following in `xcode.env` file: + + ```properties + ACCESS_KEY= + SECRET_KEY= + DC_SDK_VERSION= + ``` + Add plugin dependency in `pubspec.yaml` file: ```yml