/flutter-twitter-clone

Full Stack Twitter Clone developed using Flutter, Appwrite, Riverpod.

Primary LanguageDart

Twitter Clone

Full Stack Twitter App building with Appwrite - Works on Android & iOS!

Appwrite 1.3.3

Architectural

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

Folder Pattern

lib
├── apis
├── constants
├── features
│   └── auth
│       ├── controller
│       ├── view
│       └── widgets
└── theme