This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ $dartVersion = $versions['dart'] ?? '';
5858 <li>
5959 <h3>Dart</h3>
6060 <div>
61- <p>Add dart_appwrite to pubspec.yaml</p>
61+ <p>Add the Appwrite SDK to your pubspec.yaml</p>
6262 <div class="ide margin-top-small" data-lang="yaml" data-lang-label="Dart SDK">
6363 <pre class="line-numbers"><code class="prism language-yaml" data-prism>dependency:
6464 dart_appwrite: <?php echo $ this ->escape ($ dartVersion ); ?> </code></pre>
6565 </div>
66- <p>Get Dependency </p>
66+ <p>Install using Pub </p>
6767 <div class="ide margin-top-small" data-lang="bash" data-lang-label="Dart SDK">
6868 <pre class="line-numbers"><code class="prism language-bash" data-prism>dart pub get</code></pre>
6969 </div>
@@ -172,7 +172,8 @@ final client = Client();
172172client
173173 .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint
174174 .setProject('5df5acd0d48c2') // Your project ID
175- .setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key</code></pre>
175+ .setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key
176+ ;</code></pre>
176177 </div>
177178 </li>
178179</ul>
You can’t perform that action at this time.
0 commit comments