Flutter Local Data Persistence - Shared Preferences

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2021
  • 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 ...

ความคิดเห็น • 12

  • @victorsenna464
    @victorsenna464 ปีที่แล้ว

    Omg, you have a great gift for taught, you need to keep... best approach that I ever seen

  • @NuwanThisara
    @NuwanThisara 2 ปีที่แล้ว +5

    Thank you for this well explained video about Shared preference. I just finished it. Your videos are unique and well organised. I wish your channel a huge success.

    • @JohanJurrius
      @JohanJurrius  2 ปีที่แล้ว +3

      Thanks for your feedback. More coming soon.

  • @santhoshsuseelan2666
    @santhoshsuseelan2666 2 ปีที่แล้ว +1

    Clearly exxplained .. Thanks a lot

  • @rizalramadan
    @rizalramadan 2 ปีที่แล้ว +1

    Easy to understand for beginer like me, well explained thanks you

  • @VOKERNOS
    @VOKERNOS 2 ปีที่แล้ว +2

    man you saved my life
    you are a LEGEND

  • @hassanhashim8025
    @hassanhashim8025 2 ปีที่แล้ว +1

    You just got yourself a new subscriber with All notifications on. Keep up your great tutorials.

  • @katlegomohoje2909
    @katlegomohoje2909 2 ปีที่แล้ว

    Baie mooi,baie dankie...dit werk....your videos actually work and you cater for null safety ,your the best!

  • @alitaylan4267
    @alitaylan4267 ปีที่แล้ว

    I can understand now how to use sharedpreferences and provider together, thank you...

  • @housemajaliwa
    @housemajaliwa 2 ปีที่แล้ว +1

    An awesome video

  • @satdevlpr
    @satdevlpr ปีที่แล้ว +2

    Though it's a little program.. but it's great brain muscle exercise ..hahaha

  • @ogunacg3387
    @ogunacg3387 2 ปีที่แล้ว +1

    I have a question, what should I do if i want to sync perferences of user with firebase firestore because it has to be diffirent preferences for each user doesn't it?