scaffold.dart: Illegal character '8594'

975 Views Asked by At

anyone knows how to solve this error? I did not change anything in the scaffold file

the analyzer failed with the following error:

Error in /Users/----/desktop/flutter/packages/flutter/lib/src/material/scaffold.dart: Illegal character '8594'.

1

There are 1 best solutions below

0
On

run

git clean -xfd
flutter doctor

in `~/desktop/flutter’