Course Overview
Flutter allows for persistence of local data by writing files to disk and the use of a built-in database. Students will learn techniques to develop applications that can store and use local data persisted on the device. Students will explore strategies and methods for storing data locally. Starting with simple key/value stores students will work implement more complex persistence mechanisms such as relational databases.