Skip to content
yarko edited this page Jun 10, 2014 · 9 revisions

Data Storage Tutorial

Here's a starting point for HTML5 local data storage (persistence) with dart:

LocalStorage is for low-volume key/value pairs. IndexedDB is for more/larger datasets, and is most likely what will be generally useful.

Clone this wiki locally