Would be nice to have an option to allow very_good to continue after first failure. I love being able to use it to fetch all packages but sometimes there are failures I expect and would like to ignore/continue.
Running inside the Dart SDK:
https://github.com/dart-lang/sdk/wiki/Building#source
eseidel@erics-mbp sdk % very_good packages get -r
✓ Running "flutter packages get" in /Users/eseidel/Documents/GitHub/dart-sdk/sdk/pkg/dart2js_tools (0.5s)
✓ Running "flutter packages get" in /Users/eseidel/Documents/GitHub/dart-sdk/sdk/tools/verify_docs (0.5s)
✓ Running "flutter packages get" in /Users/eseidel/Documents/GitHub/dart-sdk/sdk/tools/package_deps (0.5s)
✓ Running "flutter packages get" in /Users/eseidel/Documents/GitHub/dart-sdk/sdk/runtime/observatory_2 (0.4s)
ProcessException: Standard out
Resolving dependencies...
Standard error
The lower bound of "sdk: '>=2.6.0 <3.0.0'" must be 2.12.0'
or higher to enable null safety.
The current Dart SDK (3.0.0) only supports null safety.
For details, see https://dart.dev/null-safety
Command: flutter packages get
Would be nice to have an option to allow
very_goodto continue after first failure. I love being able to use it to fetch all packages but sometimes there are failures I expect and would like to ignore/continue.Running inside the Dart SDK:
https://github.com/dart-lang/sdk/wiki/Building#source