https://github.com/rajput-hemant/todoey
A TO-DO list app to keep track of all your tasks.
https://github.com/rajput-hemant/todoey
android app-development cross-platform dart flutter ios todo-list
Last synced: about 1 month ago
JSON representation
A TO-DO list app to keep track of all your tasks.
- Host: GitHub
- URL: https://github.com/rajput-hemant/todoey
- Owner: rajput-hemant
- Created: 2022-06-10T19:15:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T23:38:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T06:10:40.306Z (over 1 year ago)
- Topics: android, app-development, cross-platform, dart, flutter, ios, todo-list
- Language: Dart
- Homepage:
- Size: 5.13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 
# Todoey [  ](https://github.com/rajput-hemant/todoey/releases/download/v0.2.0/Todoey-v0.2.0.apk)
A TO-DO list app to keep track of all your tasks.
# 📱 App UI
Click here to expand
## Building from Source
- If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.
- Fetch latest source code from master branch.
```console
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/todoey
```
- Run the app with Android Studio or VS Code. Or the command line:
```console
rajput-hemant@arch:~$ flutter pub get
rajput-hemant@arch:~$ flutter run
```