Flutter Local Data Persistence - Shared Preferences

Опубликовано: 17 Июнь 2021
на канале: Johan Jurrius
6,080
106

In this video we look at saving small pieces of data to the phone. This could be like preferences of the user in a settings screen. We look at the shared_preferences package that allows us to store key-value pairs on the phone. We use Provider to help us do this.


Watch the whole playlist for my Flutter course here:    • Flutter Course  .

You can find my Dart playlist here:
   • Dart Basics and a bit more