Skip to content

yashchittora/Dodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple To-Do App made with Flutter

- Android

Download

- macOS

Download

Uses minimal external dependencies:

  • Hive: Fast, Enjoyable & Secure NoSQL Database

Features ♡

✅ Saves Tasks Locally

✅ No internet requirement

✅ Arrange done tasks at the bottom

Features to develop 📝

  • Long press on task to edit and delete
  • Tap on task to mark as done
  • Animate sorting of Task Tiles

Screenshots

Building from source

To build the app by yourself, follow the following steps.

Prerequisites

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