diff --git a/docs/sdk/get-started.md b/docs/sdk/get-started.md index b656c63..893cc4c 100644 --- a/docs/sdk/get-started.md +++ b/docs/sdk/get-started.md @@ -9,6 +9,8 @@ description: Setup the atSDK for your preferred language ## Starter Dart App Guide coming soon! + +For now, please checkout our [atsdk-tutorial](../tutorials/atsdk-tutorial/ "mention") {% endtab %} {% tab title="Flutter" %} @@ -425,3 +427,4 @@ Your output will look similar to: Congratulations! You have successfully ran a barebones Atsign C application. {% endtab %} {% endtabs %} + diff --git a/docs/tutorials/atsdk-tutorial/README.md b/docs/tutorials/atsdk-tutorial/README.md index 2388643..145bb96 100644 --- a/docs/tutorials/atsdk-tutorial/README.md +++ b/docs/tutorials/atsdk-tutorial/README.md @@ -3,3 +3,33 @@ {% hint style="info" %} This guide is primarily targeted towards individuals who want to learn how to build backend / cli based Dart applications with the atSDK. Some of this content will also be applicable to Flutter developers (but not all). {% endhint %} + +### Table of Contents + +{% content-ref url="using-the-atsdk-with-dart.md" %} +[using-the-atsdk-with-dart.md](using-the-atsdk-with-dart.md) +{% endcontent-ref %} + +{% content-ref url="get-sample-code.md" %} +[get-sample-code.md](get-sample-code.md) +{% endcontent-ref %} + +{% content-ref url="cutting-your-atsigns-keys.md" %} +[cutting-your-atsigns-keys.md](cutting-your-atsigns-keys.md) +{% endcontent-ref %} + +{% content-ref url="put-and-get-data-asynchronously.md" %} +[put-and-get-data-asynchronously.md](put-and-get-data-asynchronously.md) +{% endcontent-ref %} + +{% content-ref url="send-and-receive-data-synchronously.md" %} +[send-and-receive-data-synchronously.md](send-and-receive-data-synchronously.md) +{% endcontent-ref %} + +{% content-ref url="rpc.md" %} +[rpc.md](rpc.md) +{% endcontent-ref %} + +{% content-ref url="attalk.md" %} +[attalk.md](attalk.md) +{% endcontent-ref %}