todoey

一个待办事项列表应用,用于跟踪您的所有任务。

从源代码构建

  • 如果您尚未安装Flutter SDK,请访问官方 Flutter 网站。
  • 从master分支获取最新源代码。
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/todoey
  • 使用Android Studio或VS Code运行应用。或者通过命令行

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

GitHub

查看 Github