All Projects → newtonmunene99 → tasker

newtonmunene99 / tasker

Licence: MIT license
A simple todo app built with Flutter

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
HTML
75241 projects
swift
15916 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to tasker

ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+111.63%)
Mutual labels:  todo, todoapp
rofi-todo
📓 Minimal todo client for the rofi launcher
Stars: ✭ 20 (-53.49%)
Mutual labels:  todo, todoapp
meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (-58.14%)
Mutual labels:  todo, todoapp
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (-37.21%)
Mutual labels:  todo, todoapp
Todo app
todo app in react
Stars: ✭ 18 (-58.14%)
Mutual labels:  todo, todoapp
api
Mirror of vikunja from https://code.vikunja.io/api
Stars: ✭ 119 (+176.74%)
Mutual labels:  todo, todoapp
habitica-cli
An immersive command line interface for Habitica ⚡🔥
Stars: ✭ 29 (-32.56%)
Mutual labels:  todo, todoapp
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+9.3%)
Mutual labels:  todo, todoapp
Taskist
Flutter ToDo App with Firebase
Stars: ✭ 642 (+1393.02%)
Mutual labels:  todo, todoapp
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+1088.37%)
Mutual labels:  todo, todoapp
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (-51.16%)
Mutual labels:  todo, todoapp
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (+118.6%)
Mutual labels:  todo, todoapp
mango
🍊Terminal based TODO application written in Go
Stars: ✭ 18 (-58.14%)
Mutual labels:  todo, todoapp
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-48.84%)
Mutual labels:  todo, todoapp
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+10888.37%)
Mutual labels:  todo, todoapp
Wanandroid
🔥项目采用 Kotlin 语言,基于 MVP + RxJava + Retrofit + Glide + EventBus 等架构设计,努力打造一款优秀的 [玩Android] 客户端
Stars: ✭ 1,223 (+2744.19%)
Mutual labels:  todo, todoapp
All In One
👔 Health care application for reminding health-todo lists and making healthy habits every day.
Stars: ✭ 109 (+153.49%)
Mutual labels:  todo, todoapp
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+4648.84%)
Mutual labels:  todo
Flutter wanandroid
🔥项目基于 Flutter 移动应用框架,采用 Dart 语言编写,努力打造一款优秀的 [玩Android] 客户端
Stars: ✭ 198 (+360.47%)
Mutual labels:  todo
React Native Vs Ionic Todos
Simplistic application to compare React Native and Ionic 2
Stars: ✭ 151 (+251.16%)
Mutual labels:  todo

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].