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
16589587
Commit
16589587
authored
Jul 14, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
w
parent
c848772d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
LevelOneItem.dart
lib/ClueModel/page/levelOne/LevelOneItem.dart
+6
-2
LevelOnePage.dart
lib/ClueModel/page/levelOne/LevelOnePage.dart
+1
-1
baseRefreshIndicator.dart
lib/commonModel/view/baseRefreshIndicator.dart
+3
-3
No files found.
lib/ClueModel/page/levelOne/LevelOneItem.dart
View file @
16589587
...
...
@@ -538,6 +538,8 @@ class LevelOneItem extends StatelessWidget {
child:
Row
(
children:
<
Widget
>[
Expanded
(
child:
AspectRatio
(
aspectRatio:
1
,
child:
Container
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
4
),
...
...
@@ -560,11 +562,13 @@ class LevelOneItem extends StatelessWidget {
cards
.
diary
.
images
[
0
].
desc
,
11
,
Colors
.
white
),
),
),
),
)
)
,
Container
(
width:
9
,
),
Expanded
(
child:
AspectRatio
(
aspectRatio:
1
,
child:
Container
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
4
),
...
...
@@ -587,7 +591,7 @@ class LevelOneItem extends StatelessWidget {
cards
.
diary
.
images
[
1
].
desc
,
11
,
Colors
.
white
),
),
),
)
)
)
],
)),
cards
.
diary
.
content
!=
null
&&
cards
.
diary
.
content
.
isNotEmpty
...
...
lib/ClueModel/page/levelOne/LevelOnePage.dart
View file @
16589587
...
...
@@ -283,7 +283,7 @@ class LevelOneState extends BaseState<LevelOnePage>
return
Container
(
width:
MediaQuery
.
of
(
context
).
size
.
width
,
height:
54
,
margin:
EdgeInsets
.
only
(
top:
4
,
bottom:
12
),
margin:
EdgeInsets
.
only
(
top:
2
,
bottom:
12
),
child:
Stack
(
children:
<
Widget
>[
Positioned
(
...
...
lib/commonModel/view/baseRefreshIndicator.dart
View file @
16589587
...
...
@@ -474,8 +474,8 @@ class NestedScrollViewRefreshIndicatorState
child:
AnimatedBuilder
(
animation:
_positionController
,
builder:
(
BuildContext
context
,
Widget
child
)
{
return
SizedBox
(
height:
8
0
,
return
Container
(
height:
12
0
,
// child: ClipRRect(
// borderRadius:
// BorderRadius.only(bottomRight: Radius.circular(40)),
...
...
@@ -483,7 +483,7 @@ class NestedScrollViewRefreshIndicatorState
// repeat: true, reverse: false, fit: BoxFit.cover),
// ),
child:
ImagesAnimation
(
h:
8
0
,
h:
12
0
,
durationSeconds:
1500
,
entry:
ImagesAnimationEntry
(
1
,
16
,
"assets/ptr_header_loading"
))
...
...
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