一个Flutter“待办事项”应用

本项目是向新开发者介绍 Flutter 的讲座的一部分。

要求

  • 列出项目
  • 添加项目
  • 移除项目
  • 编辑项目
  • 数据持久化

功能

  • 动画列表
  • 共享首选项(数据持久化)
  • 单元测试
  • 部件测试
  • 集成测试(自动化)

截图

list_items

nre_item

remove_item

GitHub

https://github.com/Morthor/flutter_todo_app_talk