The named parameter 'xxx' isn't defined

Viewed 22

So im getting this error that's going all throughout my project, however I can't seem to find anything on it anywhere else

enter image description here Also you can see here it goes all throughout my project.

enter image description here

it's also worth mentioning that I have ran "flutter clean" "flutter pub get" and that didn't seem to fix anything

thank you

1 Answers

Open the command palette by pressing cmd+shift+p. Search for dart restart analysis server. Try to restart it and if it didn't work too try to restart your computer.

Restart Dart Analysis Server

Related