Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parameter format not correct - flutter run

Tags:

flutter

Even when I run a new project in my device or emulator, during Assemble debug process a message appears in Debug Console 'Parameter Format not correct', but the app seems to run properly. when I add 1-2 dependencies/ plugins, countless redlines occurs in Debug Console... I don't know what is the reason and solution.

like image 371
MUHAMAD KHURAM Avatar asked Jun 10 '20 03:06

MUHAMAD KHURAM


People also ask

How to fix the parameter format not correct in command prompt?

How to fix the parameter format not correct in command prompt? Here we provides you two methods to help you fix the parameter format not correct problem. When you encounter the parameter format incorrect error, the first thing you should do is to check whether you type the right command in the command prompt.

Why can't I run the Flutter App in VS Code?

If you are not using the VS code, change the path of SDK from environment variables. If this doesn't work out, try changing the drive for SDK of flutter and android both. Example- From D:\flutter to E:\flutter. I have not tried this but for my friend, it worked. If none of these workes, just ignore this error.

How to fix flutter SDK not working in Android Studio?

Check for Environment Variable you had set either they are correct like Flutter SDK path, Android Studio Path. Try changing the Drive where Flutter SDK is setup and continue with step 2. I was having same issue but downgrading works for me.

How do I change the path of the flutter SDK?

The easiest solution I can come up with is to downgrade the flutter SDK. If you are using VS code then you easily switch between flutter SDKs from the bottom bar. then you can give the path of other SDK. If you are not using the VS code, change the path of SDK from environment variables.


1 Answers

Sorry guys this happens every time you run a project build by the previous version of flutter... and this error is not a big deal... dont worry...

like image 129
MUHAMAD KHURAM Avatar answered Sep 17 '22 11:09

MUHAMAD KHURAM