File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,11 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
152
152
Expanded (
153
153
child: Row (
154
154
children: [
155
- Text (model
156
- .RssFeedsList [index].label
157
- .toString ()),
155
+ Flexible (
156
+ child: Text (model
157
+ .RssFeedsList [index].label
158
+ .toString ()),
159
+ ),
158
160
SizedBox (width: 10 ),
159
161
Text (model.RssFeedsList [index]
160
162
.count !=
@@ -1318,9 +1320,11 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1318
1320
Expanded (
1319
1321
child: Row (
1320
1322
children: [
1321
- Text (model
1322
- .RssRulesList [index].label
1323
- .toString ()),
1323
+ Flexible (
1324
+ child: Text (model
1325
+ .RssRulesList [index].label
1326
+ .toString ()),
1327
+ ),
1324
1328
SizedBox (width: 10 ),
1325
1329
Text (model.RssRulesList [index]
1326
1330
.count !=
You can’t perform that action at this time.
0 commit comments