https://github.com/tuannguyendotme/flutter_todo
Yet another Todo app, now using Flutter (with ScopedModel)
https://github.com/tuannguyendotme/flutter_todo
android cross-platform firebase flutter ios mobile scopedmodel todo todoapp todolist
Last synced: 7 days ago
JSON representation
Yet another Todo app, now using Flutter (with ScopedModel)
- Host: GitHub
- URL: https://github.com/tuannguyendotme/flutter_todo
- Owner: tuannguyendotme
- License: apache-2.0
- Created: 2018-09-26T14:02:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T11:20:26.000Z (over 5 years ago)
- Last Synced: 2024-11-13T10:38:08.727Z (6 months ago)
- Topics: android, cross-platform, firebase, flutter, ios, mobile, scopedmodel, todo, todoapp, todolist
- Language: Dart
- Homepage:
- Size: 867 KB
- Stars: 142
- Watchers: 7
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Flutter Todo - This Todo app is implemented using Flutter by [Tuan Nguyen](https://github.com/tuannguyendotme). (Uncategorized / Uncategorized)
README
# 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


To get start, run below command in Terminal
```bash
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](https://flutter.io/).
For more information about Firebase, visit [Firebase web site](https://firebase.google.com/).