I am not very familiar with programming, especially writing network applications I have code I want to improve (make Appwrite easier to use + database multiplication) Improving the code to be suitable for use in large projects The application is just a simple example.. What is important is the method used to connect to Appwrite What is required is to optimize the code to reduce resource consumption on the device and server (Dart Code) https://github.com/TechComet/example_easy_appwrite
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.