shared_preferences (Package of the Week)

preview_player
Показать описание

Your app runs everywhere and you want to save some simple data, but persistent storage requires platform-specific code … shared_preferences abstracts away all of the platform-specific code for accessing persistent storage so that you can write your code once and have it work across platforms.

This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, Spanish, Arabic, and Vietnamese.

#PackageoftheWeek #Widgets #Flutter
Рекомендации по теме
Комментарии
Автор

This is the first plugin i looked for when i started learning flutter

scottgreen
Автор

I didn’t know there’s no guaranteed write with shared_preferences. Good to know. Thx!

Rick-nglr
Автор

get_storage is another cool persistent storage widget

StemLG
Автор

Flutter dev.. please look into the device default fonts to be used instead of the Flutter default. It is very important. Make the Flutter apps to adapt to the selected default fonts on the device.

degroria
Автор

For unknown reason, on some iPhone, the shared preference doesn't work
We tried on two same model of iPhone with the same OS version, but on one it works like a charm but not on the other one

te
Автор

Is there something to save files in the local storage? Like songs in music directory on Android. Or just saving in Download dir.

michalstefanak
Автор

also a good package, but get_storage package is more convenient, only I use it now because I don’t need to use async

crazy-man
Автор

Deja Vu? I thought this package was mentioned long ago?

joeng
Автор

Auth tokens ? Is it a bad practice to save user token to shared pteferences ?

umitkirtil
Автор

So how do we store data across devices in local storage, where we *can* rely on it being written to disk?

richardjecooke
Автор

Hive > sqflite > shared_preferences

what-tkcc
Автор

anyone using Hive instead of shared_preference?

sumanmitraYTC
Автор

If this is not reliable then what to use for critical info storage?

PlayingCode
Автор

First like and firs comment. Google wait for me. I'm coming as a developer from Asia

feruzboymuratov
Автор

Yo Yo, she talks so fast! I'm gonna have to download the video and slow it down

TheCodeWhisperero
Автор

bro I am not willing to take 17, 000 hours and 23 tb of storage just to install flutter, I wanted to do this at first now I am uninterested... please make easier to install

werrutkyupnext
Автор

this is too theoritical we need more code more examples. at least I need

eraysona
Автор

If you make channel with Arabic language plz

wafienezi
Автор

1:46 I think they mean encryption not persistent.

mrwalkan