Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林生雨
gm_flutter
Commits
98aae461
Commit
98aae461
authored
Jul 11, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
9a71c9e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
PlanPage.dart
lib/ClueModel/page/plan/PlanPage.dart
+3
-3
pubspec.lock
pubspec.lock
+0
-7
pubspec.yaml
pubspec.yaml
+0
-1
No files found.
lib/ClueModel/page/plan/PlanPage.dart
View file @
98aae461
...
...
@@ -404,7 +404,8 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
}
else
{
refreshController
.
loadComplete
();
}
return
PlanItem
(
_model
.
feedDatas
[
index
],
index
,
true
);
return
PlanItem
(
_model
.
feedDatas
[
index
],
index
,
true
,
""
);
},
childCount:
_model
.
feedDatas
.
length
,
),
...
...
@@ -499,8 +500,7 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
color:
Colors
.
black12
,
offset:
Offset
(
0.0
,
2.0
),
blurRadius:
0.5
,
spreadRadius:
0.5
)
spreadRadius:
0.5
)
],
color:
Colors
.
white
,
),
...
...
pubspec.lock
View file @
98aae461
...
...
@@ -15,13 +15,6 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
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:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
98aae461
...
...
@@ -32,7 +32,6 @@ dependencies:
#轻量级存储
shared_preferences
:
^0.5.7+1
lottie
:
^0.4.0+1
app_settings
:
^4.0.1+1
extended_nested_scroll_view
:
^1.0.0
#适配库
flutter_screenutil
:
^1.1.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment