An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![View Counter](https://komarev.com/ghpvc/?username=todoey&label=View%20Counter&color=red&style=flat)     ![Repo Size](https://img.shields.io/github/repo-size/rajput-hemant/todoey?color=blue)

# Todoey [ ![](https://img.icons8.com/material/20/undefined/downloads.png) ](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
```