Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 2a38d63

Browse files
authored
Merge pull request #350 from imtushardave/fix_5277_flutter_install_command_from_pub_get_to_pub_add
fix flutter install command : pub get -> pub add
2 parents b121817 + cf92256 commit 2a38d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/docs/getting-started-for-flutter.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ close the window.
121121
<p>You can also install the SDK using the <a href="https://pub.dev/" target="_blank" rel="noopener">Dart package manager</a> from your terminal:</p>
122122

123123
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
124-
<pre class="line-numbers"><code class="prism language-bash" data-prism>pub get appwrite</code></pre>
124+
<pre class="line-numbers"><code class="prism language-bash" data-prism>flutter pub add appwrite</code></pre>
125125
</div>
126126

127127
<h2><a href="/docs/getting-started-for-flutter#initSDK" id="initSDK">Init your SDK</a></h2>

0 commit comments

Comments
 (0)