Uses minimal external dependencies:
- Hive: Fast, Enjoyable & Secure NoSQL Database
✅ Saves Tasks Locally
✅ No internet requirement
✅ Arrange done tasks at the bottom
- Long press on task to edit and delete
- Tap on task to mark as done
- Animate sorting of Task Tiles
To build the app by yourself, follow the following steps.
- Flutter
- Chrome (For Web)
- Visual Studio 2022 (For Windows)
- Xcode (For iOS, macOS, iPadOS)
Step 1: Clone this repository using
git clone https://github.com/yashchittora/Dodo.git
Step 2: Move into the Dodo folder and build the app in the required format
cd Dodo
flutter build <ipa/macos/apk/windows>
Step 3: The compiled app can be found in the build folder