Skip to content

Commit 7a87264

Browse files
authored
Add DC SDK Version to Flutter docs (#229)
1 parent 022a2be commit 7a87264

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/device-connect/flutter.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ Specify the following in `local.properties` file:
8585
LOGGER_SDK_VERSION=<LOGGER_SDK_VERSION>
8686
```
8787

88+
Specify the following in `xcode.env` file:
89+
90+
```properties
91+
ACCESS_KEY=<ACCESS_KEY>
92+
SECRET_KEY=<SECRET_KEY>
93+
DC_SDK_VERSION=<DC_SDK_VERSION>
94+
```
95+
8896
Add plugin dependency in `pubspec.yaml` file:
8997

9098
```yml

0 commit comments

Comments
 (0)