赞
踩
一、
二、什么是shared_preferences?
shared_preferences是Flutter社区开发的一个本地数据存取插件:
--简单的,异步的,持久化的key-value存储系统
--在Android上它是基于SharedPreferences的
--在iOS上它是基于NSUserDefaults的
三、如何使用shared_preferences?
1、首先在pubspec.yaml文件中添加
2、flutter packages get进行安装
3、使用
四、Shared_preference有哪些常用的API?
1、
2、
注:出现的问题:
无论如何更换网络也解决不了:
Got socket error trying to find package shared_preferences at https://pub.dartlang.org.
原因:环境配置问题
解决办法:配置国内镜像
参考资料:https://blog.csdn.net/hnwx7880/article/details/79600223
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。