A simple todo app built with Flutter

Overview

Tasker 😃

A simple todo app built with flutter.

Screenshot Screenshot Screenshot
------------------------------ ------------------------------ ------------------------------

Getting Started

  1. flutter create -a kotlin --androidx --org com.yourdomainname . if android/ios folders aren't present.
  2. flutter packages get
  3. flutter run

Concepts

  1. Provider for simple state management.
  2. Stream builder for reactive data.
  3. SQLite for persistence.
  4. Uses moor as an abstraction layer on top of SQFlite.

Roadmap

  • Option to add due date
  • Option to tag user tasks
  • Option to edit and delete tasks - [x] Swipe to delete - [x] Long press to edit
  • Scheduled local notifications for tasks tagged as Important and have a due date.
  • Option to edit tags
  • Publish to play store
  • Redesign ui to custom design. (Not following Material/Cupertino)

Icon/Logo

  1. Replace assets/images/logo.png with your own.
  2. Run flutter pub pub run flutter_launcher_icons:main to generate platform specific icons.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

You might also like...

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

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                

Dec 29, 2022

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 beautiful todo app made with Flutter

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

Dec 27, 2022

Todo list app made with flutter.

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

Sep 25, 2021

A cross platform todo list app using flutter and dart programming language

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

Dec 29, 2022

Flutter Todo app 📝

Flutter Todo app 📝

Todo_App App Design ✏ : TODO Todo : Sqlite Database Animation DarkMod 🌙 Shared Preferences Making a task for everyday ♥ And a lot thing ... ....... .

Nov 11, 2022
Comments
  • [BUG] Past due dates don't show as expected

    [BUG] Past due dates don't show as expected

    Describe the bug Due dates that have passed display wrong

    To Reproduce

    1. Add task with due date
    2. Wait for due date to pass

    Expected behavior Due date should show something like Due 2 day(s) ago

    bug good first issue 
    opened by newtonmunene99 0
Owner
Newton Munene
The Variable Man
Newton Munene
Neo ToDo - Beautiful neumorphism style todo list

Neo ToDo - Beautiful neumorphism style todo list • Neomorphism style. • Categories of tasks. • Beautiful animations. • Dark theme. • Font Awesome icon

Alexey Z 87 Apr 30, 2022
A simple todo app built with Flutter

Tasker ?? A simple todo app built with flutter. Screenshot Screenshot Screenshot ------------------------------ ------------------------------ -------

Newton Munene 42 Dec 16, 2022
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

Aleksander Woźniak 355 Dec 24, 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

null 0 Oct 30, 2021
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
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

huynhduy 6 Jun 13, 2022
A simple todo app for keeping track of complete and incomplete tasks

bloc_todo_list A simple todo app built using bloc architecture and state management Getting Started This project is a starting point for a Flutter app

Olusesi Boluwatife Barry 0 Nov 29, 2021
A Simple TODO app ❤💚💛💙

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

null 0 Feb 18, 2022
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

Hugo EXTRAT 817 Jan 6, 2023
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

Özgür 52 Dec 3, 2022