Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.
See the codeSimple examples that help you get started with Appwrite + Dart (=❤️)
This is Appwrite server side integration with Dart. For Flutter integration please look at our Flutter playground and Flutter SDK
Appwrite playground is a simple way to explore the Appwrite API and Appwrite Dart SDK. Use the source code of this page to learn how to use different Appwrite Dart SDK features.
This playground doesn't include any dart best practices, but rather intended to show some of the most simple examples and use cases of using the Appwrite API in your dart application.
dart pub getexport APPWRITE_ENDPOINT="http://localhost/v1"
export APPWRITE_PROJECT_ID="<YOUR_PROJECT_ID>"
export APPWRITE_API_KEY="<YOUR_API_KEY>"
Alternatively, replace the fallback values at the top of main.dart directly.dart run main.dartThe playground creates every resource with a unique ID and deletes it again at the end, so it is safe to run repeatedly.
Databases (deprecated since Appwrite 1.8, kept for existing projects)
TablesDB
Transactions
Storage
Users
Teams
Functions
Uploading a deployment and executing a function are not covered, because this repository does not ship a deployment package to upload.
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.
Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our Discord Server for more help, ideas and discussions.
Dart
100.0%
Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.
See the codeSimple examples that help you get started with Appwrite + Dart (=❤️)
This is Appwrite server side integration with Dart. For Flutter integration please look at our Flutter playground and Flutter SDK
Appwrite playground is a simple way to explore the Appwrite API and Appwrite Dart SDK. Use the source code of this page to learn how to use different Appwrite Dart SDK features.
This playground doesn't include any dart best practices, but rather intended to show some of the most simple examples and use cases of using the Appwrite API in your dart application.
dart pub getexport APPWRITE_ENDPOINT="http://localhost/v1"
export APPWRITE_PROJECT_ID="<YOUR_PROJECT_ID>"
export APPWRITE_API_KEY="<YOUR_API_KEY>"
Alternatively, replace the fallback values at the top of main.dart directly.dart run main.dartThe playground creates every resource with a unique ID and deletes it again at the end, so it is safe to run repeatedly.
Databases (deprecated since Appwrite 1.8, kept for existing projects)
TablesDB
Transactions
Storage
Users
Teams
Functions
Uploading a deployment and executing a function are not covered, because this repository does not ship a deployment package to upload.
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.
Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our Discord Server for more help, ideas and discussions.
Dart
100.0%