You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't wrap string interpolated objects with braces
Corrects the following issues from the analyzer:
* info • Avoid using braces in interpolation when not needed • example/lib/main.dart:41:59 • unnecessary_brace_in_string_interps
* info • Avoid using braces in interpolation when not needed • example/lib/main.dart:50:46 • unnecessary_brace_in_string_interps
0 commit comments