Skip to content

Commit

Permalink
docs(GITBOOK#134): No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth authored and gitbook-bot committed Aug 15, 2024
1 parent dd43b95 commit 6c38bc9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sdk/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down Expand Up @@ -425,3 +427,4 @@ Your output will look similar to:
Congratulations! You have successfully ran a barebones Atsign C application.
{% endtab %}
{% endtabs %}

30 changes: 30 additions & 0 deletions docs/tutorials/atsdk-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 6c38bc9

Please sign in to comment.