Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashaman999/todo-app-flutter

a simple to do app made using flutter
https://github.com/ashaman999/todo-app-flutter

Last synced: about 2 months ago
JSON representation

a simple to do app made using flutter

Awesome Lists containing this project

README

        

# To Do List 📝

- A simple minimalist ad free app that's works totally offline, made for the users who just want to have a simple app for storing their to do task and hate to have the fancy alarms and all functionality that they never use.
- As it don't require any account sign in or anything so in general it is the simplest work ticker without any compromise on privacy.
- This app works totally offline so no worries about data leaks or something.

## Tech Stacks Used

| Need | Tech Used |
| ---------------- | ---------------------------- |
| UI | Inspired from a dribble post |
| framework | Flutter |
| state management | Provider Package |
| database | Shared preferences |
| app icons | Canva |

## Features

- Add a task by clicking the plus button
- Delete any task by swiping it left or right or also by a long press on that task tile
- An additional feature if you want to delete all the tasks at once
- Check each task with the check box or just check them all with the check and un-check all button in the menu bar
- Ability to change the default theme for the whole app (coming soon)

## Screen Shots

Menu Screen
![Menu Screen ](https://raw.githubusercontent.com/AshAman999/ToDo-app-flutter/main/DemoImages/menu.png)

Main Screen
![enter image description here](https://github.com/AshAman999/ToDo-app-flutter/blob/main/DemoImages/mainScreen.png?raw=true)
About
![About](https://github.com/AshAman999/ToDo-app-flutter/blob/main/DemoImages/about.png?raw=true)

> A big thanks to [Dr. Angela Yu](https://www.udemy.com/course/flutter-bootcamp-with-dart/) as well for making learning the framework a lot easier through her udemy course . This app is a bit inspired from her last section of the Flutter Course