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.
[email protected]:~$ git clone https://github.com/rajput-hemant/todoey
  • Run the app with Android Studio or VS Code. Or the command line:

[email protected]:~$ flutter pub get
[email protected]:~$ flutter run

GitHub

View Github