Commit 98aae461 authored by 林生雨's avatar 林生雨

commit

parent 9a71c9e9
...@@ -404,7 +404,8 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin { ...@@ -404,7 +404,8 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
} else { } else {
refreshController.loadComplete(); refreshController.loadComplete();
} }
return PlanItem(_model.feedDatas[index], index, true); return PlanItem(
_model.feedDatas[index], index, true, "");
}, },
childCount: _model.feedDatas.length, childCount: _model.feedDatas.length,
), ),
...@@ -499,8 +500,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin { ...@@ -499,8 +500,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
color: Colors.black12, color: Colors.black12,
offset: Offset(0.0, 2.0), offset: Offset(0.0, 2.0),
blurRadius: 0.5, blurRadius: 0.5,
spreadRadius: 0.5 spreadRadius: 0.5)
)
], ],
color: Colors.white, color: Colors.white,
), ),
......
...@@ -15,13 +15,6 @@ packages: ...@@ -15,13 +15,6 @@ packages:
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "0.39.11" version: "0.39.11"
app_settings:
dependency: "direct main"
description:
name: app_settings
url: "https://pub.flutter-io.cn"
source: hosted
version: "4.0.1+1"
archive: archive:
dependency: transitive dependency: transitive
description: description:
......
...@@ -32,7 +32,6 @@ dependencies: ...@@ -32,7 +32,6 @@ dependencies:
#轻量级存储 #轻量级存储
shared_preferences: ^0.5.7+1 shared_preferences: ^0.5.7+1
lottie: ^0.4.0+1 lottie: ^0.4.0+1
app_settings: ^4.0.1+1
extended_nested_scroll_view: ^1.0.0 extended_nested_scroll_view: ^1.0.0
#适配库 #适配库
flutter_screenutil: ^1.1.0 flutter_screenutil: ^1.1.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment