Implementation
Read moreHow do you save list of string in shared preferences in Flutter?
First you convert the Dart object to a map. Then you convert the map to a JSON string using jsonEncode . Finally, you can save the JSON string to shared preferences as you would any other string.
Read moreFlutter Sharedpreferences ne işe yarar?
Shared Preferences ; uygulama içerisinde basit verileri tutmamızı sağlayan cihaz tabanlı basit bir veritabanıdır diyebiliriz.29 Haz 2021
Read more