Persisting data in a flutter application
问题 I am building an app and in it, I have the names of people in a list from which I could add/delete, etc.. The problem is this list is not saved when I close the app, which is inconvenient. I heard you can use shared Preferences to save simple objects like this, without complicating things like using SQLite and json. So I'd like to know what's the suggested way to persist this data and load it etc. Thanks in Advance and have a great day :) Here is the code: import 'package:flutter/material