We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.