Description
In this course, you will :
- Learn how to set up a SQLite Database for your Flutter projects
Syllabus :
1. Creating our SQLite CRUD Application
- App introduction
- Setup Layout
- Project setup
- Model
- Create Database
- onCreate -> create table
- Check if Database already exists
- Create Data Method
- Update Data Method
- Update Data Fix
- Delete Data Method
- Read Data Method
- Create Data Method call
- Update Data Method call
- Delete Data Method call
- Read Data Method call
- Read all data Method
- Read all Data call
- FutureBuilder
- App testing