#can someone help me to upgrade my flutter and dart sdk versions on vs code?
1 messages · Page 1 of 1 (latest)
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Sure! To upgrade your Flutter and Dart SDK versions in VS Code, follow these steps:
- Open VS Code and navigate to the Extensions view by clicking on the square icon on the sidebar or by pressing Ctrl+Shift+X.
- Search for the "Flutter" extension and click on it to open the extension page.
- Look for the "Install Another Version" button under the extension description and click on it.
- Select the desired version of Flutter SDK that you want to install.
- Wait for the installation process to complete.
- To upgrade your Dart SDK version, you can do so by running the following command in your terminal:
flutter upgrade --force. - After upgrading both Flutter and Dart SDK versions, restart VS Code to apply the changes.
By following these steps, you should be able to successfully upgrade your Flutter and Dart SDK versions in VS Code. If you encounter any issues during the process, feel free to ask for further assistance in our Java Q&A discord server!
@marsh radish
Please don't ask to ask, nor only say hello, just ask your actual question right away, thanks 
If you want to read about the details of why this is better, check out:
https://dontasktoask.com/
mb lmao
So basically my app doesnt work and it says this
My flutter and dart is upto date
but still doesnt work
flutter 3.19.3 is older than 3.84 yea?
It says you have Dart 3.2.3 (which doesn't meet >= 3.2.6) and 3.3 is available.
when i go to extension
it says i have dart 3.84
No, that's the plugin version.
how do i change then
i already downloaded that
what does dart --version in a command prompt give you?
Also if you didn't overwrite your previous installation, did you update your path?
lemme check
its loading ill let u know
been doing this for a while
Just do it in a windows command prompt.
how
windows + r => cmd => type that
done, now im waiting
does it usually take time?
this is what it says
^
So your plugin is seemingly picking up the wrong version. Their FAQ mention some tips: https://dartcode.org/faq/#why-cant-dart-code-find-my-dartflutter-sdk
do i just type this in terminal
No, in the editor.
i think it fixed after updating some stuff
new error from the code tho