Flutter 项目实战 实现上传头像和个人资料 (五)

/  编辑个人资资料界面  /

 /  编辑资料导航栏  /

ValueListenableBuilder通过 ValueListenableBuilder 实现局部刷新 , 当用户点击导航栏保存按钮时展现一个提交资料的进度 (网络请求) , 这时只会刷新导航栏的保存按钮 , 不会对整个界面进行刷新 .

Widget saveWidget(final PEditIntro _pEditIntro,
    final ValueNotifier<bool> _valueNotifierSave,
    final Map<String, Str

猜你喜欢

转载自blog.csdn.net/u013491829/article/details/126560724
今日推荐