Jonas Finnemann Jensen
Jonas Finnemann Jensen
We probably want `dart pub add --dry-run --json` to output something along the lines of: ```js $ dart pub add pem --dry-run --json { // Text representation of the changes...
The `dart pub` client supports environment variables: * `http_proxy` * `https_proxy` as documented: https://dart.dev/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall afaik, this is built into `dart:io`. Ideally, we should have tests that these things work. It...
Ideally, we would run our tests against `dartdev`, but that's probably a little hard to do unless we merge this repository in Dart SDK. And in practice running [`tool/test-bin/pub_command_runner.dart`](https://github.com/dart-lang/pub/blob/master/tool/test-bin/pub_command_runner.dart) is...
Instead of a scenario where `flutter pub get` has to wrap the call to `pub get` and do something else afterwards.
TODO: * [ ] Find out how requests fail if there is no network access. * [ ] Suggest in error message that the users tries with `--offline`, if they...
A long long time ago I think flutter was a package on pub.dev, now it's distributed as an SDK, we should probably mark it as discontinued: https://pub.dev/api/packages/flutter
Github repositories can enter an archived state, when this happens we should flag the package as discontinued on pub.dev (if we have a verified github link). It seems like limited...
Let's do exported API for all `GET` requests for: ``` /api/packages//likes /api/packages//metrics /api/packages//options /api/packages//publisher /api/packages//score /api/packages//versions//options /api/packages//versions//score ```