A trello like mobile application for managing tasks and projects. IOS & Android
Made with Flutter
This app manages the core features of Trello, including:
- Create, edit, and delete boards
- Create, edit, and delete lists
- Create, edit, and delete cards
- Create, edit and delete organizations (or workspaces)
To get started, you'll need to clone the repository and run the following commands:
flutter pub get
to install the dependencies and then run the app with:
flutter run
This project includes a documentation folder with the following content:
- Project Class Diagram
- Application Map
- Flow Chart of the app
- Graphical chart of the project
You can find the documentation here
- Trello
- Flutter
- Trello API endpoints
- Dart (language used by Flutter)
- Android Studio (recommended for android emulation)
- BlueStacks (another good option for android emulation - Windows & Mac only)