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
976c4c57
Commit
976c4c57
authored
Jul 04, 2020
by
朱翠翠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口联调
parent
42ecd946
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
PlansCompareFeedItemView.dart
...Model/page/PlansCompareFeed/PlansCompareFeedItemView.dart
+14
-13
No files found.
lib/ClueModel/page/PlansCompareFeed/PlansCompareFeedItemView.dart
View file @
976c4c57
...
@@ -4,7 +4,6 @@ import 'package:gm_flutter/ClueModel/server/entity/PlansCompareFeed.dart';
...
@@ -4,7 +4,6 @@ import 'package:gm_flutter/ClueModel/server/entity/PlansCompareFeed.dart';
class
PlansCompareFeedItemView
extends
StatelessWidget
{
class
PlansCompareFeedItemView
extends
StatelessWidget
{
Plans
plan
;
Plans
plan
;
int
groupValue
=
1
;
PlansCompareFeedItemView
(
this
.
plan
);
PlansCompareFeedItemView
(
this
.
plan
);
...
@@ -29,12 +28,10 @@ class PlansCompareFeedItemView extends StatelessWidget {
...
@@ -29,12 +28,10 @@ class PlansCompareFeedItemView extends StatelessWidget {
padding:
EdgeInsets
.
only
(
left:
15
,
right:
15
,
top:
20
,
bottom:
20
),
padding:
EdgeInsets
.
only
(
left:
15
,
right:
15
,
top:
20
,
bottom:
20
),
child:
Row
(
child:
Row
(
children:
<
Widget
>[
children:
<
Widget
>[
Radio
(
IconButton
(
value:
1
,
icon:
ImageIcon
(
AssetImage
(
"assets/icon_compare_select.png"
)),
groupValue:
groupValue
,
onPressed:
()
=>
print
(
'FlatButton pressed'
),
onChanged:
(
value
)
{
),
groupValue
=
value
;
}),
Container
(
Container
(
margin:
EdgeInsets
.
only
(
left:
15
,
right:
15
),
margin:
EdgeInsets
.
only
(
left:
15
,
right:
15
),
child:
ClipRRect
(
child:
ClipRRect
(
...
@@ -110,12 +107,15 @@ class PlansCompareFeedItemView extends StatelessWidget {
...
@@ -110,12 +107,15 @@ class PlansCompareFeedItemView extends StatelessWidget {
margin:
EdgeInsets
.
only
(
left:
15
,
right:
15
),
margin:
EdgeInsets
.
only
(
left:
15
,
right:
15
),
child:
Row
(
child:
Row
(
children:
<
Widget
>[
children:
<
Widget
>[
Radio
(
Container
(
value:
1
,
alignment:
Alignment
.
centerLeft
,
groupValue:
groupValue
,
width:
17
,
onChanged:
(
value
)
{
height:
17
,
groupValue
=
value
;
child:
IconButton
(
}),
icon:
ImageIcon
(
AssetImage
(
"assets/icon_compare_select.png"
)),
onPressed:
()
=>
print
(
'FlatButton pressed'
),
),
),
Container
(
Container
(
margin:
EdgeInsets
.
only
(
left:
15.0
),
margin:
EdgeInsets
.
only
(
left:
15.0
),
height:
77
,
height:
77
,
...
@@ -158,4 +158,5 @@ class PlansCompareFeedItemView extends StatelessWidget {
...
@@ -158,4 +158,5 @@ class PlansCompareFeedItemView extends StatelessWidget {
),
),
);
);
}
}
}
}
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