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.
[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?