Todo list app made with flutter.

Overview

todo-app-flutter (Closed)

Currently implementing this app with Clean Architecture, TDD and BLoC

Features:

  • Add tasks, events and notes
  • Daily view
  • Monthly type calendar view
  • Complete tasks and events
  • Delete individual task, event or note by sliding to the left
  • Swipe left or right to go forwards or backwards a day
  • Clear todo list
  • Move Todo's to the next day sliding to the right

main_page monthly_view add_todo edit_todo

You might also like...

Flutter ToDo App with Firebase

Flutter ToDo App with Firebase

Taskist Taskist is a ToDo List app for Task Management inspired by the design below The app is using Firebase, you have to configure it from your side

Jan 6, 2023

Minimalist Flutter Todo App, built using BLoC pattern

Minimalist Flutter Todo App, built using BLoC pattern

Deer Minimalist Todo Planner app built around the idea of efficiency and clean aesthetic. Showcase Development Deer uses BLoC (Business Logic Componen

Dec 24, 2022

Flutter basic desktop project. Desktop todo app.

Flutter basic desktop project. Desktop todo app.

Glory Todo Desktop Basic and Primitive Flutter Desktop Project! Goal My goal is to accept my inexperience without worrying about the plugin shortcomin

Dec 3, 2022

This is a todo app for managing your tasks and life. Built with Flutter

todo_app 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

Oct 30, 2021

Todo App with Flutter + CleanArchitecture + sqflite + riverpod + state_norifier + freezed!

Todo App with Flutter + CleanArchitecture + sqflite + riverpod + state_norifier + freezed!

CleanArchitectureTodoAppTrainingWithFlutter Flutter + CleanArchitecture + sqflite + riverpod + state_notifier + freezed! Motivation I wanted to practi

Dec 16, 2022

Todo app created by Flutter.

todo_app 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

Dec 3, 2021

Sytôdy, a Flutter "speech to text" todo app POC

 Sytôdy, a Flutter

Sytôdy, a Flutter "speech to text" todo app POC ⚠️ iOS10(Swift) & Android Usage Install flutter cd sytody flutter run 📺 Video demo How it works TL;DR

Jan 19, 2022

A flutter todo/task listing example app with advance state management using `Momentum` library.

A flutter todo/task listing example app with advance state management using `Momentum` library.

A flutter todo/task listing example app with advanced state management using Momentum library. Simple on the outside but powerful in the inside. This

Oct 11, 2022

A Simple Todo App For Flutter

Simple Todo App Generated by the Very Good CLI 🤖 Getting Started 🚀 This project contains 3 flavors: development staging production To run the desire

Jun 13, 2022
Comments
  • Add different types of todo's

    Add different types of todo's

    • Tasks: simple tasks to be done. Can be marked as done. Icon: Dot
    • Events: events with a time and date associated with. Can be marked as done. Icon: circle
    • Notes: simple note. Icon: -
    opened by xaleza 0
Owner
Gonçalo Almeida
Gonçalo Almeida
Todo list app made with flutter.

todo-app-flutter (Closed) Currently implementing this app with Clean Architecture, TDD and BLoC Features: Add tasks, events and notes Daily view Month

Gonçalo Almeida 2 Sep 25, 2021
Todo-App - Flutter Todo App using Bloc, Sqflite, and shared preferences

Todo App A new Flutter application. Getting Started Flutter application using Bl

Haitham Ahmed 11 Nov 8, 2022
An open source task manager (todo list) app, developed using Dart language and Flutter framework.

Tasker An open source task manager (todo list) app, developed using Dart language and Flutter framework. Screenrecords     Screenshots                

Erfan Rahmati 42 Dec 29, 2022
A cross platform todo list app using flutter and dart programming language

Flutter Todos A cross platform todo list app using flutter and dart programming language. In this application, I used SQLite3 to persist data. The app

Mahmud Ahsan 61 Dec 29, 2022
Create TODO LIST with Get Storage !

todo-list-get-storage Create TODO LIST with Get Storage ! dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font

Kauê Murakami 11 Aug 24, 2022
My notes, todo list, and memories.

My notes, todo list, and memories.

Minh Tran 18 Dec 14, 2022
A beautiful todo app made with Flutter

Todo - Simple & Beautiful A minimal Todo mobile app made using Flutter. Key Features • How To Use • Download • Credits • Key Features Easily add and r

Sabin 424 Dec 27, 2022
Todo App made with Flutter and it's backend with rails

mrttodo 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

Abdelrhman Mgahed 1 Jun 5, 2022
A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

WhatTodo Life can feel overwhelming. But it doesn’t have to. A Simple To-do app design in flutter to keep track of your task on daily basis. You can a

Burhanuddin Rashid 1k Jan 6, 2023