标签: flutter scoped-model
使用scoped_model我想我想拥有两个模型。 UserModel代表我的用户,AppModel代表该用户的数据。该示例清楚地说明了如何在构建方法中使用两个模型。但就我而言,我希望AppModel在UserModel更新时得到通知。正确的方法是什么?
我想到了一种方法。
已将AppModel添加为UserModel的侦听器。