How to save multiple bool from list in Flutter with SharedPreferences

前端 未结 0 953
旧时难觅i
旧时难觅i 2021-01-16 05:54

I have created a bool List:

List switchbool = [true, true, true, true];

On change of a switch, the value change (pretty obvious..

相关标签:
回答
  • 消灭零回复
提交回复
热议问题