تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 55- Flutter Storage - SharedPreferences (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 55 مجانى معتمد اونلاين
In this lecture I'll talk about flutter SharedPreferences
If you have a relatively small collection of key-values to save, you can use the shared_preferences plugin.
Normally, you would have to write native platform integrations for storing data on both iOS and Android. Fortunately, the shared_preferences plugin can be used to persist key-value data on disk. The shared preferences plugin wraps NSUserDefaults on iOS and SharedPreferences on Android, providing a persistent store for simple data.