All Projects → tuannguyendotme → Flutter_todo

tuannguyendotme / Flutter_todo

Licence: apache-2.0
Yet another Todo app, now using Flutter (with ScopedModel)

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter todo

To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (-77.66%)
Mutual labels:  todo, todolist, todoapp
Todo.txt Cli
☑️ A simple and extensible shell script for managing your todo.txt file.
Stars: ✭ 4,725 (+4926.6%)
Mutual labels:  todo, todolist, todoapp
Todo app
todo app in react
Stars: ✭ 18 (-80.85%)
Mutual labels:  todo, todolist, todoapp
meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (-80.85%)
Mutual labels:  todo, todolist, todoapp
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-76.6%)
Mutual labels:  todo, todolist, todoapp
Streak-Tasks
Streak Tasks Habit Tracker
Stars: ✭ 27 (-71.28%)
Mutual labels:  todo, todolist, todoapp
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+443.62%)
Mutual labels:  todo, todoapp, cross-platform
api
Mirror of vikunja from https://code.vikunja.io/api
Stars: ✭ 119 (+26.6%)
Mutual labels:  todo, todolist, todoapp
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (-3.19%)
Mutual labels:  todo, todolist, todoapp
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (-50%)
Mutual labels:  todo, todolist, todoapp
Brainpowerapp
A visual memory training game, a mobile game made with Xamarin for both Android and IOS .
Stars: ✭ 17 (-81.91%)
Mutual labels:  cross-platform, mobile
Taskist
Flutter ToDo App with Firebase
Stars: ✭ 642 (+582.98%)
Mutual labels:  todo, todoapp
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+40944.68%)
Mutual labels:  cross-platform, mobile
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+958.51%)
Mutual labels:  cross-platform, mobile
Nativescript Cli
Command-line interface for building NativeScript apps
Stars: ✭ 977 (+939.36%)
Mutual labels:  cross-platform, mobile
Audio player flutter
🎧 Apple Music / Tidal Audio Player for Flutter
Stars: ✭ 52 (-44.68%)
Mutual labels:  cross-platform, mobile
Flutter ui challenge todo
A showcase flutter todo application.
Stars: ✭ 57 (-39.36%)
Mutual labels:  todo, mobile
Reactnativecodereuseexample
Shows how to organize your code to reuse it as much as possible between Web, iOS and Android
Stars: ✭ 41 (-56.38%)
Mutual labels:  cross-platform, mobile
React Native Redux Firebase Todo
React Native Redux Firebase Todo
Stars: ✭ 59 (-37.23%)
Mutual labels:  todo, firebase
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-25.53%)
Mutual labels:  firebase, mobile

Flutter Todo

Yet another Todo app, now using Flutter.

Getting Started

This Todo app is implemented using Flutter (with Scoped Model for state management) and Firebase.

Features:

  • Create/edit todo
  • Delete todo by swipping
  • Mark done/not done in list
  • Filter todo list by status (all/done/not done)
  • Change theme (light to dark and vice versa) at runtime
  • Enable shortcuts to create todo
  • Login/logout
  • Register new account

List Editor Dark List Dark Editor

To get start, run below command in Terminal

cp .env.example.dart .env.dart

then add Firebase database's URL and API key to .env.dart.


For more information about Flutter, visit Flutter web site.
For more information about Firebase, visit Firebase web site.

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].