1

Say I have a batch script with the following commands:

flutter clean
flutter pub get

When I run it, the batch script halts executing after the first command. See the attached image below for reference.

enter image description here

[Only executed first flutter command]

In general, the batch script keeps on running command after command but for flutter and dart commands, that doesn't seem to be the case. How should I tackle this problem?

Ayush Mandowara
  • 490
  • 5
  • 18

0 Answers0