Local Database
Learn to persist data with SQLite.
In this lesson, we’ll persist the cart data using SQLite. Using SQLite will require some knowledge of SQL. You can review the An Introductory Guide to SQL course on Educative.
This lesson uses the sqflite
plugin to create, read, update, and delete cart items and the path
package to manipulate paths.
You will work on the app below:
Get hands-on with 1200+ tech skills courses.