郭翰林

Results 3 issues of 郭翰林

选择照片页面没有相应Android导航栏返回事件,会导致点击底部返回,Flutter容器直接退出了

need confirm

1、适配Dart空安全代码生成不对的问题 2、删除Dart生成冗余代码 3、修改Dart字段注释不对的问题 4、适配required-props属性生成代码@required不对的问题 1、The problem of incorrect generation of Dart empty security code 2、 Delete Dart to generate redundant code 3、Modify the problem of incorrect Dart field annotations 4、The...

The right one should be like this: ``` class RecommendResult { RecommendResult({ this.pageSize, this.pageNo, this.totalCount, this.resultData, this.searchAfter,}); RecommendResult.fromJson(dynamic json) { pageSize = json['pageSize']; pageNo = json['pageNo']; totalCount = json['totalCount']; if...