Commit 97dd12cf authored by asaarnak's avatar asaarnak Committed by Ian Hickson
parent 8a441ae7
......@@ -85,7 +85,7 @@ linter:
# - type_annotate_public_apis # subset of always_specify_types
- type_init_formals
# - unawaited_futures
- unnecessary_brace_in_string_interp
- unnecessary_brace_in_string_interps
- unnecessary_getters_setters
# === pub rules ===
......
......@@ -108,7 +108,7 @@ class _MyHomePageState extends State<MyHomePage> {
'You have pushed the button this many times:',
),
new Text(
'${_counter}',
'$_counter',
style: Theme.of(context).textTheme.display1,
),
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment