-
## 🐛 Bug Report
```js
{
if (entry == null) {
return;
}
const values = entry.preferences;
let newValue = value;
…
-
Add the ability to remove a recent Master URI from Shared Preferences. #257 added feature to automatically add a recent Master URI to Shared Preferences if successfully connected. These recent masters…
-
A long outstanding problem with the Android part of this package is the deprecated usage of older cryptography usage (CBC with PKCS5/PKCS7 padding) for SDK < 23, and the already deprecated JetSec Cryp…
-
# Add a value to default shared preferences.
adb shell 'am broadcast -a org.example.app.sp.PUT --es key key_name --es value "hello world!"'
# Remove a value to default shared preferences.
adb she…
tir38 updated
5 months ago
-
A ci-script that checks that dartfmt isn't needed anywhere, chokes on a file generated by shared_preferences_web.
That is, I see a file `generated_plugin_registrant.dart` that doesn't seem to have …
-
Having our `local_storage` package, add sqflite to the package dependencies and use it for creating 2 methods:
1) readDoc(String docId)
2) readCollection(String collectionId)
3) setDoc(String colle…
-
### What package does this bug report belong to?
in_app_purchase
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency ver…
-
![original-958d7becf430c807403d95309fce0dfc](https://github.com/user-attachments/assets/e2de5b87-b18b-400a-be87-3dceab3811db)
lib :
├── core:
│ ├── config:
│ └── main_app.dart …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth, Database
### Which platforms are affected?
Windows
### Description
Even…
-
The issue with the easy_localization package is that it does not provide a way to retrieve the current locale of the app without requiring the BuildContext. This limitation can be problematic in scena…