1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

learn more section dart SDK

This commit is contained in:
Damodar Lohani 2021-03-11 10:38:40 +05:45
parent a70977f27f
commit af8c52087b

View file

@ -21,4 +21,10 @@ void main() async {
print(e.message);
}
}
```
```
### Learn more
You can use followng resources to learn more and get help
- [Appwrite Docs](https://appwrite.io/docs)
- [Discord Community](https://appwrite.io/discord)
- [Appwrite Dart Playground](https://github.com/appwrite/playground-for-dart)