I installed Flutter and everything required for that. Then because AVD runs really slow for debugging i used connected hardware device (Redmi 7) - within Android Studio app runs on connected device perfectly, but when I try to run it from command prompt it tells me that some download have failed:
C:\Users\vasil\first_app>flutter run
Downloading windows-x64/flutter-cpp-client-wrapper tools...
Download failed.
Error: 404 Not Found
Please help me, what can i do to improve this error and run my flutter app from cmd on connected device for debugging?
Thank you