使用 Sqlite 数据库在 Flutter 中制作的笔记应用

这是一个使用 Flutter 构建的笔记应用。

使用的概念

  • 使用 Sqlite 数据库存储自定义 Note 对象。
  • 搜索功能
  • 交错网格视图

视频演示:https://www.youtube.com/watch?v=Fg68VND8unE

如果想使用 Firebase 在线存储笔记,请查看这个 仓库

截图

Screenshot 2 Screenshot 1 Screenshot 3
Screenshot 1 Screenshot 2 Screenshot 3

GitHub

查看 Github