/ToDo-app-flutter

a simple to do app made using flutter

Primary LanguageDart

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

Main Screen enter image description here About About

A big thanks to Dr. Angela Yu 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