Skip to content

Commit 4a2233a

Browse files
committed
Added dart setup instructions.
1 parent e94b352 commit 4a2233a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ Install the ComplyCube Flutter package by adding it to your `pubspec.yaml` file:
8282
dependencies:
8383
complycube_flutter: ^latest_version
8484
```
85+
Next, add your token from [jFrog](https://complycuberepo.jfrog.io/ui/repos/tree/General/cc-pub-release-local) to gain access to the artifactory repository. This can be done with the following command:
86+
87+
```bash
88+
dart pub token add "https://complycuberepo.jfrog.io/artifactory/api/pub/cc-pub-release-local"
89+
```
90+
and
91+
```bash
92+
dart pub get
93+
```
8594

8695
#### CocoaPods
8796

0 commit comments

Comments
 (0)