55- Flutter Storage SharedPreferences

preview_player
Показать описание
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.
Рекомендации по теме