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