Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yuvraj0028/flutter-task-manager-and-notes-app
- Owner: yuvraj0028
- License: mit
- Created: 2023-08-08T06:13:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-25T12:15:45.000Z (about 1 year ago)
- Last Synced: 2024-01-26T12:07:35.743Z (about 1 year ago)
- Topics: android, dart, flutter, localstorage, notes, planning, todolist
- Language: Dart
- Homepage:
- Size: 369 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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