Перейти к содержимому

Flutter Todo App with SQLite (sqflite) | Local Persistent Storage

Md.Yeasin Sheikh и Flutter for Me

0:00 / 0:00

Flutter Todo App with SQLite (sqflite) | Local Persistent Storage

18 просмотров · 6 дней назад
Md.Yeasin Sheikh и Flutter for Me
18 просмотров · 6 дней назад
In this video, we build a persistent task/todo app in Flutter using the `sqflite` SQLite database. We create a local database layer, separate database operations using repositories, connect database actions with the UI, and handle database updates and migrations as the app evolves. Website link: https://yeasin50.github.io/yt/flutter/ Starter code : https://github.com/yeasin50/flutter_w... End_code: https://github.com/yeasin50/flutter_w... 00:00 Start 00:30 Code walkthrough 03:47 sqflite setup 13:23 Using database operations in UI 16:14 Task repository with database 21:29 Database migration & table upgrade 30:24 Important lesson about sqflite upgrades