Skip to content

Commit dddb134

Browse files
committed
Change flutter to dart for pub global
1 parent 5b206b7 commit dddb134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/Get-Started/TryAtPlatform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This tutorial will guide you through a 5 step process to install and run our dem
1212

1313
{{% toggleblock title="Step 1: Install at_app" %}}
1414
Run the following command to install at_app, our developer toolkit:
15-
{{% codeblock id="1" %}}flutter pub global activate at_app{{% /codeblock %}}
15+
{{% codeblock id="1" %}}dart pub global activate at_app{{% /codeblock %}}
1616
{{% /toggleblock %}}
1717

1818
{{% toggleblock title="Step 2: Install the demo app" %}}

0 commit comments

Comments
 (0)