-
Sequencing:
1. Save the value in `SharedPreferences` via native platforms
2. Call the `SharedPreferences.reload` method as required by [documentation](https://pub.dev/packages/shared_preferences#mul…
-
-
**Describe the feature request.**
Following [this pull request](https://github.com/opensrp/fhircore/pull/2917). We will migrate all the functionality of unencrypted shared preferences to datastore.
…
-
The platform plugin is not created because the `shared_preferences_foundation` package now does not have a `macos` folder.
https://github.com/flutter/packages/tree/main/packages/shared_preferences…
-
Had a crash when I pressed Send on a message once. Exception is below, it was a ConcurrentModificationException related to the SharedPreferences. I guess it's something wrong with concurrent access to…
-
I don't know even it is possible,
but it would a great and helpful feature if it has been added?
Thank you.
-
-
Hello, first of all, love this app, I think that I use almost for everything, now I been playing with the js and css head inject option, and really be nice have that codes on 2 differents files, and i…
-
I was looking in the code, and currently you are using an ObjectOutputStream to save your data. This is unintuitive; it requires parsing the entire file and that is inefficient. It also isn't very for…
-
I was seeing some occasional weirdness in my app after migrating over to Harmony. It looks like onSharedPreferenceChanged() does not fire in another process if that process happens to be committing at…