Flutter Local Data Persistence - SQLite TODO Part 2 (Creating the tables)

preview_player
Показать описание
This video is Part 2 of our TODO app to introduce SQLite for Flutter. In this video we build the User and Todo tables (models).

You can find my Dart playlist here:
Рекомендации по теме
Комментарии
Автор

I can't thank you enough. you have no idea how much you helped me

zahrayousefi
Автор

How do i create a database if i have relational tables?
Suppose i have a model of Notebook which has a List<Note> property containing all the Notes, and another List<Label> property containing the labels under the notebook.

How do i create this table with sqflite?
Can you please help? I can't find any tutorial.

motasimfuad