A To-Do List App built using Dart/Flutter.

Overview

To-Do List

Introduction

I've always used to-do lists, and since I didn't knew what to do as my first independent Dart/Flutter project, I've chosen to create my own to-do list app, so, here it is. It's very simple, but it helped me to understand and put into practice a lot of things, that before this project, I've had only learned thorugh theory or coding along with courses.

Features

  • Users can create their own tasks by clicking on the '+' buttons.
  • You can mark a task as done by cliking on it (check it).
  • When creating a task you may choose to add a deadline, including only a date or a date and a time.
  • You can edit tasks by clicking on the pen button.
  • You can delete a task by sliding it from right to left.

Possible features

  • Use SQLite to store tasks.
  • User could add more than one list.
  • User could receive a push-up when a task is expired.
  • Users could change the color scheme of the app.

Screenshots

Homepage


Add New Task


Pick Date and Time

You might also like...

Flutter-NoteBooklyApp - Note and task list app using flutter provider.

notebookly_app Note taking and task app using firebase/provider. Getting Started This project is a starting point for a Flutter application. A few res

Jan 4, 2022

A To-Do List app created using Flutter and GetX.

A To-Do List app created using Flutter and GetX.

Flutter Todo App with GetX Building a List to do App with Flutter Screenshots Homescreen Add Todo Edit Todo Why flutter? Installation To run this proj

Nov 6, 2022

Learn how to use Dart List Utility Methods in Flutter

Learn how to use Dart List Utility Methods in Flutter

Flutter Tutorial - List Utility Methods Learn how to use Dart List Utility Metho

Dec 29, 2021

:end: A dart package to append either `&` or `and` at the end of a List.

And Game A dart package to append either & or and at the end of a List. Features Appends & or and at the end of the list. Available as method or exten

Sep 24, 2021

A pure Dart utility library that checks for an internet connection by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience.

data_connection_checker A pure Dart utility library that checks for an internet connection by opening a socket to a list of specified addresses, each

Nov 29, 2022

🔥 Simple application using ListView with YummiAPI for list Food 🍲

demo A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Jan 5, 2022

This is a MVP our app's. The app get the song's list on firebase and display then you can be listen App features.

This is a MVP our app's. The app get the song's list on firebase and display then you can be listen App features.

music_app Requirements: flutter version 3.0.3 Dart 2.17.5 Firebase CLI 11.1.0 flutter sdk: = 2.15.1 3.0.0 flutter dependentcies: http: 0.13.4 mvvm:

Aug 2, 2022

Workout Tracker App built using Flutter and Dart. The app is available on PlayStore

Workout Tracker App built using Flutter and Dart. The app is available on PlayStore

Jun 21, 2022
Comments
  • First Goals

    First Goals

    • [x] First Goals

    • [x] Model the data which will be used.
    • [x] Add provider to project.
    • [x] Model a simple user interface.
    • [x] Users can add new tasks to the list.
    • [x] Users can mark a task as completed.
    • [x] Users may pick a due time to the task.
    • [x] Users can delete tasks.
    opened by arthurbz 0
Owner
Arthur B. Ziero
Arthur B. Ziero
A To-Do List App built using Dart/Flutter.

To-Do List Introduction I've always used to-do lists, and since I didn't knew what to do as my first independent Dart/Flutter project, I've chosen to

Arthur B. Ziero 16 Dec 9, 2022
A Flutter based to do list app (yes, another to do list... but... this time based on a beautiful design)

✔️ Flutter to do App "To Do List" A Flutter app based on the design of the To Do App, created by Rudi Hartono, see more on: Uplabs. Getting Started ??

Johan 561 Dec 31, 2022
Product List Digikala - A List Of Product Digikala App With Flutter

Product List Digikala This is a Mini-Project For Digikala App With Flutter By Mi

Dively_HP 4 Jan 7, 2023
Flutter list view - An unofficial list view for flutter

Flutter List View I don't like official list view. There are some features don't

null 24 Dec 15, 2022
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis

responsive_scaffold View the online demo here! On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item.

Flutter Community 346 Dec 2, 2022
Csv to list for web - Convert a CSV into a list in order to populate a firebase database

My goal is to convert a CSV into a list in order to populate a firebase database

null 0 Jan 26, 2022
Horizontal list - A horizontal list widget to use in mainly for web or desktop application

horizontal_list A horizontal list widget with buttons next and previous. You can

Daniel 2 Feb 2, 2022
A simple to-do list built using flutter based on BLoC state management to manage your daily tasks .

?? Table of Contents About ScreenShots from the app Demo vedio Contributors About A to-do list flutter app to manage your daily tasks. it is built bas

Heba Ashraf 6 Oct 12, 2022
Do more - A good looking glorified todo list built with flutter.

do_more (DO>) A glorified todo list with a beautiful ui. Login with Google Events Organize your tasks by events, visualize them in their page and add

Mariano Uvalle 28 Nov 22, 2022
A todo list app created with Dart and Flutter.

Todo List App A cross-platform Todo List App created using Dart and Flutter. I followed the tutorials by Johannes Mike for personal learning. Then sta

Raja Haseeb 0 Jan 2, 2022