Skip to content

Instantly share code, notes, and snippets.

@eldadfux
Last active April 21, 2020 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldadfux/d0c3c6c1327ac153aadde8a6e06e9e14 to your computer and use it in GitHub Desktop.
Save eldadfux/d0c3c6c1327ac153aadde8a6e06e9e14 to your computer and use it in GitHub Desktop.
Flutter Beta Testing

Welcome

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 :)

Important Links

  1. Appwrite website: https://appwrite.io
  2. Appwrite docs: https://appwrite.io/docs
  3. Flutter SDK for Appwrite: https://pub.dev/packages/appwrite (add your like to help us improve our score!)
  4. Our Discord community (English Only): https://discord.gg/GSeTUeA
  5. Whatsapp Group (Hebrew Only) https://chat.whatsapp.com/FmAK1RWdxXFDF25l5Amsnl

Installation

  1. Install Docker CLI for you OS if you don't have it already: https://docs.docker.com/get-docker/
  2. 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
  1. That's it! The Appwrite server should be up and running for you, enter your dashboard at https://localhost
  2. If you have any issues during setup, please let me know (Eldad) on Whatsapp, Facebook, or Discord.
  3. Send you feedback on Whatsapp, Facebook, or Discord, any small bit of input can make a great difference!

Getting Started

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment