Create awsome apps with SQLite & Flutter!

What you will learn

Learn how to set up a SQLite Database for your Flutter projects

Description

We will connect our Flutter project with a SQLIte Database. Our App will have all important functionallity you need to know when working with a SQLite Database. We will cover create, read, update, delete and read all functionallity in our example app.

– Connect Flutter project with SQLite database

– learn to create, read, update, delete items in your database


Get Instant Notification of New Courses on our Telegram channel.


– Streambilder to display all your data

Have fun, enjoy! 🙂

English
language

Content

Creating our SQLite CRUD Application

Introduction
App introduction
Setup Layout 1
Setup Layout 2
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
Bye!