Add Local Database support to your Flutter App using SQlite with the Flutter plugin SQFlite. Using SQFlite I’ll show you how to do full CRUD (Create, Read, Update, Delete) functions with SQLite in a simple bare bones app example.
00:00 Introduction
01:40 Initial Setup
03:08 Sqflite Install
03:57 Grocery Model
04:55 DatabaseHelper Setup
07:18 READ process
09:07 CREATE process
09:49 DELETE process
10:42 UPDATE process
13:06 Bonus Styling
15:11 End
Full Source Code and transcript:
http://learnflutterwithme.com/sqlite
Subscribe: https://www.youtube.com/channel/UCZxOYu-4Pgitki2zX5N0Vjw/featured
#flutter