BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5541711906340864/lesson/fb40c35bcda69a7c0885ecffba361acf?ref=outlook-calendar
SUMMARY:Data Persistence Using SQLite
DTSTART;TZID=America/Los_Angeles:20260425T190000
DTEND;TZID=America/Los_Angeles:20260425T200000
LOCATION:https://www.learndesk.us/class/5541711906340864/lesson/fb40c35bcda69a7c0885ecffba361acf?ref=outlook-calendar
DESCRIPTION: If you write an app that needs to persist and query larger amounts of data on the local device, consider using a database instead of a local file or key-value store. In general, databases provide faster inserts, updates, and queries compared to other local persistence solutions.

Flutter apps can make use of the SQLite databases via the sqflite plugin available on pub. This recipe demonstrates the basics of using sqflite to insert, read, update, and remove data about various Dogs.

https://www.learndesk.us/class/5541711906340864/lesson/fb40c35bcda69a7c0885ecffba361acf?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR