File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'package:flutter_bloc/flutter_bloc.dart';
3
3
import 'package:wanandroid_flutter/http/index.dart' ;
4
4
import 'package:wanandroid_flutter/page/base/custom_sliver_app_bar_delegate.dart' ;
5
5
import 'package:wanandroid_flutter/page/home/project/project_page.dart' ;
6
- import 'package:wanandroid_flutter/page/todo/todo_main.dart' ;
7
6
import 'package:wanandroid_flutter/res/index.dart' ;
8
7
import 'package:wanandroid_flutter/test/test_page.dart' ;
9
8
import 'package:wanandroid_flutter/utils/index.dart' ;
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class _ProjectSubPageState extends State<ProjectSubPage>
107
107
isLoading = true ;
108
108
await Future .delayed (Duration (seconds: 2 ));
109
109
Response res = await ProjectApi .getNewProjects (page);
110
- await dio.get ('https://www.wanandroid.com/lg/collect/list/0/json' );
110
+ // await dio.get('https://www.wanandroid.com/lg/collect/list/0/json');
111
111
BaseEntity baseEntity = BaseEntity .fromJson (res.data);
112
112
BaseListEntity <List > baseListEntity =
113
113
BaseListEntity .fromJson (baseEntity.data);
Original file line number Diff line number Diff line change 1
1
# Generated by pub
2
- # See https://dart.dev /tools/pub/glossary#lockfile
2
+ # See https://www.dartlang.org /tools/pub/glossary#lockfile
3
3
packages:
4
4
analyzer:
5
5
dependency: transitive
@@ -374,7 +374,7 @@ packages:
374
374
name: pedantic
375
375
url: "https://pub.flutter-io.cn"
376
376
source: hosted
377
- version: "1.7 .0"
377
+ version: "1.5 .0"
378
378
pool:
379
379
dependency: transitive
380
380
description:
You can’t perform that action at this time.
0 commit comments