state_persistence icon indicating copy to clipboard operation
state_persistence copied to clipboard

State Persistence - Persist state across app launches. By default this library store state as a local JSON file called `data.json` in the applications data directory. Maintainer: @slightfoot

Results 3 state_persistence issues
Sort by recently updated
recently updated
newest added

A docs improvement I'd find useful is an example of how to test this properly. For some tests I can mock the state_persistence objects. But I want to be sure...

will you be interested in using https://pub.dev/packages/localstorage as a persistence backend

enhancement