File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,13 @@ import 'package:fluttertoast/fluttertoast.dart';
55import 'package:gsy_github_app_flutter/common/dao/EventDao.dart' ;
66import 'package:gsy_github_app_flutter/common/dao/ReposDao.dart' ;
77import 'package:gsy_github_app_flutter/common/dao/UserDao.dart' ;
8- import 'package:gsy_github_app_flutter/common/model/Event.dart' ;
98import 'package:gsy_github_app_flutter/common/model/User.dart' ;
109import 'package:gsy_github_app_flutter/common/model/UserOrg.dart' ;
11- import 'package:gsy_github_app_flutter/common/style/GSYStyle.dart' ;
1210import 'package:gsy_github_app_flutter/common/utils/CommonUtils.dart' ;
13- import 'package:gsy_github_app_flutter/common/utils/EventUtils.dart' ;
14- import 'package:gsy_github_app_flutter/common/utils/NavigatorUtils.dart' ;
1511import 'package:gsy_github_app_flutter/widget/BasePersonState.dart' ;
16- import 'package:gsy_github_app_flutter/widget/EventItem.dart' ;
1712import 'package:gsy_github_app_flutter/widget/GSYCommonOptionWidget.dart' ;
18- import 'package:gsy_github_app_flutter/widget/GSYListState.dart' ;
1913import 'package:gsy_github_app_flutter/widget/GSYPullLoadWidget.dart' ;
2014import 'package:gsy_github_app_flutter/widget/GSYTitleBar.dart' ;
21- import 'package:gsy_github_app_flutter/widget/UserHeader.dart' ;
22- import 'package:gsy_github_app_flutter/widget/UserItem.dart' ;
2315
2416/**
2517 * 个人详情
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ import 'package:gsy_github_app_flutter/widget/GSYPullLoadWidget.dart';
99 * Created by guoshuyu
1010 * Date: 2018-07-20
1111 */
12- // ignore: A
13- abstract class GSYListState <T extends StatefulWidget > extends State <T > with AutomaticKeepAliveClientMixin <T > {
12+ mixin GSYListState <T extends StatefulWidget > on State <T >, AutomaticKeepAliveClientMixin <T > {
1413 bool isShow = false ;
1514
1615 bool isLoading = false ;
You can’t perform that action at this time.
0 commit comments