You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/dart/README.md.twig
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ You can install packages from the command line:
31
31
pub get {{ language.params.packageName }}
32
32
```
33
33
34
+
{% ifsdk.gettingStarted %}
35
+
36
+
{{ sdk.gettingStarted|raw }}
37
+
{% endif %}
38
+
34
39
## Contribution
35
40
36
41
This library is auto-generated by Appwrite custom [SDK Generator](https://github.com/appwrite/sdk-generator). To learn more about how you can help us improve this SDK, please check the [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md) before sending a pull-request.
0 commit comments