Full Stack Twitter App building with Appwrite - Works on Android & iOS!
Appwrite 1.3.3
UI - Controller - Repository
-
UI: User interface, interact with the user
-
Controller: Control state of widgets from UI, and process data that get from repository
-
Repository: Request to backend, like API server, etc
lib
├── apis
├── constants
├── features
│ └── auth
│ ├── controller
│ ├── view
│ └── widgets
└── theme