To-Do List and Notes App

People can use a to-do list app with notes to plan and manage their tasks and goals. They can make, change, and remove lists of things they have to do, and write notes for each item. The app helps them sort out their tasks, calm down, work better, be more creative, and remember more.

Data is Stored locally on device storage with the help of sqflite flutter package, which executes queries using sql commands.

Features

  • Light/dark mode toggle
  • Separate groups for to-do lists
  • Works in offline mode
  • Cross platform
  • Notification of pending Tasks if “Date is Added”
  • Percentage indicator to check over all progress

Run Locally

Clone the project

  git clone https://github.com/yuvraj0028/task_master.git

Go to the project directory

  cd task_master

Install dependencies

  flutter pub get

Run App

  flutter run

Screenshots

GitHub

View Github