fish-redux
fish-redux copied to clipboard
Fish-redux中如何使用自己的state
你好,我这里遇到这样一个问题: 因为要多处用一个widget,在fish-redux中封装了一个CustomView组件, 里边的数据源用到fish-redux的state中的list,当fish-redux中数据源list改变时CustomView不刷新, 请问这个要怎么解决?谁知道麻烦帮忙看下,谢谢. class CustomView<T> extends StatefulWidget { final List<T> dataList; ..............