目录前言基本使用存储其他类型数据总结前言 在原生的 Aphpndroid 或 IOS 中,都提供了基本的键值对存储方式,android 是 SharedPreferences,iOS 是 NSUserDefaults。在 Flutter 中,提供了 shared_preferences 这个
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.