Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appwrite/playground-for-dart

Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.
https://github.com/appwrite/playground-for-dart

appwrite baas dart dartlang hacktoberfest

Last synced: 7 days ago
JSON representation

Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.

Awesome Lists containing this project

README

        

# Playground for Dart

Simple 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](https://github.com/appwrite/playground-for-flutter) and [Flutter SDK](https://github.com/appwrite/sdk-for-flutter)

### Work in progress

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.

## Get Started
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.

## System Requirements
* A Linux/Windows/Mac system with Dart or Flutter installed
* You have readily available Appwrite running instance (localhost in most cases).
* Create a project in Appwrite instance using console
* Generate a secret key in the Appwrite instance using console

### Installation
1. Clone this repository
2. cd into the repository
3. Open main.dart file found in the root of the cloned repository
4. Copy the project_id, endpoint, secret key from the Appwrite Console
5. Update project_id, endpoint, secret key by copying from the console in the main.dart file
6. Execute the command `dart run main.dart`
7. You will see the JSON response in the console

### API Covered in Playground.
* Create Collection
* List Collection
* Add Document
* List Documents
* Upload File
* Create User
* List User

## Contributing

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](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md).

## Security

For security issues, kindly email us [[email protected]](mailto:[email protected]) instead of posting a public issue in GitHub.

## Follow Us

Join our growing community around the world! Follow us on [Twitter](https://twitter.com/appwrite), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/) or join our [Discord Server](https://appwrite.io/discord) for more help, ideas and discussions.