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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...