Flutter project showing me a warning \'Packages get\' has not been run
with suggested solutions,
People who you are from Windows OS and still cannot solve pub get failed (1; no message) exit code 1
problem, you can try the below steps:
Start -> Run -> regedit
HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\Autorun
(If it doesn't exist, create a String value)@chcp 65001>nul
flutter upgrade --force
flutter pub get
in your flutter project folderIf it's not showing pub get failed
anymore, then you can run your app in your app emulator or physical device.
Note: This may take some time to run your app.
Last but not least, pub get failed
was a horrible error for me!
Solution collected from here