open_eye icon indicating copy to clipboard operation
open_eye copied to clipboard

Flutter 开眼APP:整体项目架构基于Getx搭建,完成路由,依赖注入;网络请求框架基于Retrofit+Dio实现,配合官方JsonSerialize实现解析;封装项目页面多状态(加载中,成功,失败,空数据);封装列表页面下拉刷新+...

Results 1 open_eye issues
Sort by recently updated
recently updated
newest added

你其它一些使用setState方法的,没有继承BaseStatefulWidget。 我继承了BaseStatefulWidget,无法调用setState,如何调用呢