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
Having a & in the name of the asset causes the build to fail.
line 222, column 27 of .: Unexpected text 'Crafts'.
╷
222 │ String get arts&Crafts => 'assets/images/superpowers/Arts & Crafts.svg';
│ ^^^^^^
╵
line 222, column 26 of .: Operator declarations must be preceded by the keyword 'operator'.
╷
222 │ String get arts&Crafts => 'assets/images/superpowers/Arts & Crafts.svg';
│ ^
╵
line 222, column 26 of .: Methods must have an explicit list of parameters.
╷
222 │ String get arts&Crafts => 'assets/images/superpowers/Arts & Crafts.svg';
│ ^
╵
line 222, column 26 of .: A function body must be provided.
╷
222 │ String get arts&Crafts => 'assets/images/superpowers/Arts & Crafts.svg';
│ ^
╵
The text was updated successfully, but these errors were encountered:
Having a & in the name of the asset causes the build to fail.
The text was updated successfully, but these errors were encountered: