In Flutter's bin directory, there are only flutter and dart executables, no pub executable.
So in order to use screenshots, I can't rely on the Dart that comes pre-bundled with Flutter. Instead, I have to install Dart separately.
It would be great if screenshots could use dart pub instead of relying on pub directly.
In Flutter's bin directory, there are only
flutteranddartexecutables, nopubexecutable.So in order to use screenshots, I can't rely on the Dart that comes pre-bundled with Flutter. Instead, I have to install Dart separately.
It would be great if screenshots could use
dart pubinstead of relying onpubdirectly.