Student Reviews
( 5 Of 5 )
1 review
Video of 55- Flutter Storage - SharedPreferences (Arabic) in Flutter course by Code2Start - Mohamed Fathy Taha channel, video No. 55 free certified online
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.