mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Account for linter changes in linter_tool (#1930)
This commit is contained in:
@@ -79,11 +79,11 @@ class _LintExpansionTileState extends State<LintExpansionTile> {
|
||||
TextSpan(
|
||||
children: [
|
||||
TextSpan(
|
||||
text: 'Maturity:',
|
||||
text: 'State:',
|
||||
style: textTheme.titleSmall,
|
||||
),
|
||||
TextSpan(
|
||||
text: ' ${rule.maturity}',
|
||||
text: ' ${rule.state}',
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -101,11 +101,11 @@ class _SavedRuleTileState extends State<SavedRuleTile> {
|
||||
TextSpan(
|
||||
children: [
|
||||
TextSpan(
|
||||
text: 'Maturity:',
|
||||
text: 'State:',
|
||||
style: textTheme.titleSmall,
|
||||
),
|
||||
TextSpan(
|
||||
text: ' ${rule.maturity}',
|
||||
text: ' ${rule.state}',
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user