Store & Load Data locally on your phone with Flutter’s SharedPreferences plugin to persist data even if your app was closed.

Source Code | https://github.com/JohannesMilke/shared_preferences_simple_example

TIMELINE

  • 0:00 Introduction SharedPreferences
  • 1:40 Setup SharedPreferences
  • 2:29 Store String Value
  • 3:20 Load String Value
  • 4:56 Store List Value
  • 6:26 Load List Value
  • 7:44 Store DateTime Value
  • 8:55 Load DateTime Value
  • 9:46 Fix Load DateTime

#flutter

Flutter Tutorial - Shared Preferences - Store & Load Data For Data Persistence
2.45 GEEK