Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuvraj0028/flutter-task-manager-and-notes-app

A to-do list app with notes helps people organize their tasks and goals. Users can create, edit, and delete lists of things they need to do, and add notes to each item. The app helps users prioritize, reduce stress, increase productivity, enhance creativity, and improve memory.
https://github.com/yuvraj0028/flutter-task-manager-and-notes-app

android dart flutter localstorage notes planning todolist

Last synced: 3 months ago
JSON representation

A to-do list app with notes helps people organize their tasks and goals. Users can create, edit, and delete lists of things they need to do, and add notes to each item. The app helps users prioritize, reduce stress, increase productivity, enhance creativity, and improve memory.

Awesome Lists containing this project

README

        

# 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

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

Go to the project directory

```bash
cd task_master
```

Install dependencies

```bash
flutter pub get
```

Run App

```bash
flutter run
```

## Screenshots