Thank you for stepping up to help us test and validate our new Appwrite server version that includes full support for integrating Appwrite with Flutter based apps.
The documents include some important links that will help you get started with Appwrite. We will also love to invite you to join both our local Israeli group and international community on Discord :)
- Appwrite website: https://appwrite.io
- Appwrite docs: https://appwrite.io/docs
- Flutter SDK for Appwrite: https://pub.dev/packages/appwrite (add your like to help us improve our score!)
- Our Discord community (English Only): https://discord.gg/GSeTUeA
- Whatsapp Group (Hebrew Only) https://chat.whatsapp.com/FmAK1RWdxXFDF25l5Amsnl
- Install Docker CLI for you OS if you don't have it already: https://docs.docker.com/get-docker/
- From your terminal run the Appwrite installtion with Docker using the following command (might take a few minutes):
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
-e version=canary \
appwrite/install
- That's it! The Appwrite server should be up and running for you, enter your dashboard at https://localhost
- If you have any issues during setup, please let me know (Eldad) on Whatsapp, Facebook, or Discord.
- Send you feedback on Whatsapp, Facebook, or Discord, any small bit of input can make a great difference!
Our getting started with Flutter guide will help you send your first API call to the Appwrite server on your way to build your first Flutter + Appwrite application! You can find it here: https://imgur.com/dNavuB9, I'll try to upload a live version so you could copy-paste the code examples.
You can use our Flutter playground source code for more examples: https://github.com/appwrite/playground-for-flutter