mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
Account for linter changes in linter_tool (#1930)
This commit is contained in:
@@ -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