project setup #899
-
flutter open source any project was not run on my laptop so how to resolve it error : mismatch configration and depreacted gradle file so how to resolve it ?? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, make sure when you start working on a project you take help of the PA about how to run and how to resolve errors, also make sure you checkout the readme.md of the project which has clear steps of how to run that project, try contacting PA or Mentor. If a flutter project isn't running due to mismatch configurations then you should update it, Rub "flutter upgrade" in the terminal to make sure flutter and dart are up to date if still don't work, then I suggest you to take help from the PA |
Beta Was this translation helpful? Give feedback.
-
To fix the Gradle issue: Update Flutter & Dependencies: Run flutter upgrade and flutter pub get. |
Beta Was this translation helpful? Give feedback.
Hi, make sure when you start working on a project you take help of the PA about how to run and how to resolve errors, also make sure you checkout the readme.md of the project which has clear steps of how to run that project, try contacting PA or Mentor.
If a flutter project isn't running due to mismatch configurations then you should update it, Rub "flutter upgrade" in the terminal to make sure flutter and dart are up to date
if still don't work, then I suggest you to take help from the PA