-
Investigate and implement on how to get and set locale from `shared_preferences` through `bloc`.
-
To avoid reading entering the user bookshelf page.
Issues: Fetching flag if updates has been done counts as a read. Then it doesn't matter if the flag is read or basicBookshelfInfo, its still one …
-
For example this federated package: https://pub.dev/packages/shared_preferences/score
This package supports iOS/macOS, but all the native code is in a dependency, which does support SwiftPM: https:…
-
In Android you can store preference files by different filenames. I use this for example to store data for multiple users, or for different preference pages.
e.g. (In Android)
```java
SharedPre…
-
### Steps to reproduce
1. Use old api of shared preferences.
2. Build the app.
### Expected results
It should work with old api of shared preferences.
### Actual results
Getting exception as bel…
-
import 'dart:ffi';
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:shared_preferences2/SayfaA.dart';
void main() {
runAp…
-
I'm creating an issue to continue the discussion linked here, because I'm interested in making a PR to implement this behavior:
The guidance there is helpful, but I see that Shared Preferences are…
-
### Steps to reproduce
Create a web project.
In my case, use secure_storage to store some value. It is stored as plain text.
### Expected results
The value that cannot be decoded should be ignored…
-
### What package does this bug report belong to?
shared_preferences
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency …
-
A DevTools extension for the `shared_preferences` package has been published as `package:shared_preferences_tools`: https://pub.dev/packages/shared_preferences_tools.
To bring the most value to use…