24. Flutter and Sqlite Complete App | Read Data from Table and show in ListView | Part 4

Опубликовано: 07 Октябрь 2024
на канале: IntelliLogics
729
9

SOURCE CODE
https://github.com/abidroid/students_ms

Here we will work on StudentListScreen.

We will also add plugins from pub.dev
plugins used are sqflite, path provider and flutter toast.
We create student model and DatabaseHelper to work with Database.