python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flutter: can you use SharedPreferences to save a list with 300 entries?
I want to store a List of Objects local on the device. This list will not get bigger than 300 entries.
But I was wondering if the shared_preferences package is a good choice for this or is the amount ...
Dalon
Votes: 0
Answers: 1
How to get a bitmap from an imageView as soon as a bitmap is set to the imageView
I'm trying to get an image from an url and save that image as string to the sharedPreferences. (I don't wanna save the image as it is. so sharedpreferences is the only option)
I'm setting the image to...
Arijit Paul
Votes: 0
Answers: 0
"Flutter" Fetch data from shared_preferences and provider before running the app
I am creating a flutter app, I am using shared_preferences to store the themeMode and using provider to manage state. I am able to fetch the themeMode before my app starts but not able to run the prov...

Tanay Makwana
Votes: 0
Answers: 1
In Flutter what is the best way to back up shared preferences key value pair pair to firebase
I use the sharedprefrences package in flutter which works fine locally.
But every time I uninstall and reinstall the app the data does not recover. So I would like to backup the data in firebase.
What...

jyashi
Votes: 0
Answers: 0