todoey

A TO-DO list app to keep track of all your tasks.

Building from Source

  • If you don’t have Flutter SDK installed, please visit official Flutter site.
  • Fetch latest source code from master branch.
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/todoey
  • Run the app with Android Studio or VS Code. Or the command line:

rajput-hemant@arch:~$ flutter pub get
rajput-hemant@arch:~$ flutter run

GitHub

View Github