skip to Main Content

enter image description here

can you solve the problem? I made a flutter update. I got this error. I understood that there was an error path, but I did not understand how to fix it.

I don’t know how to fix I’m new in this.

2

Answers


  1. No need to download dart sdk saperately
    If added then remove c:userselmobdownloadsdart-sdkbin… path from environment variables.
    Add these path to your environment variable.

    C:srcflutterbin
    C:srcflutterbincachedart-sdk

    Happy Coding 🙂

    Login or Signup to reply.
  2. Looks like you have some invalid path in your Windows system/user paths. Try to follow these steps from documentation to properly add Flutter to you path (it may be already there) and remove invalid Dart path (you need to look for it on your own):

    https://docs.flutter.dev/get-started/install/windows#update-your-path

    https://www.computerhope.com/issues/ch000549.htm

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search