
best guide for creating a chat app with flutter and appwrite

Hi @Ansh
Have a look at this thread: https://discord.com/channels/564160730845151244/1102349512292438036

Here are some blogs to help you get started.

I'd recommend using Appwrite Cloud instead of using it locally with Docker. It's much easier and faster to get started

Although please note cloud is still on version 1.1.2 so if you want to work with 1.3.4, you can do it manually using appwrite

[SOLVED] best guide for creating a chat app with flutter and appwrite

the first article is pretty outdated! many of appwrite syntaxes have changed! 😦
Recommended threads
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
