Jonas Finnemann Jensen
Jonas Finnemann Jensen
The general idea is that in the root of the Dart SDK we should introduce a `package_incompatibilities.yaml` file. It should sit next to the existing `version` and `revision` files, and...
The [specification](https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md) says that packages can be downloaded from: **GET** `/packages//versions/.tar.gz` It says so because current versions of the `pub` tool has this pattern hardcoded so we had to formalize...
See: https://github.com/dart-lang/protobuf/issues/359 It seems that if you activate with Flutter and run normally this could cause a problem. Maybe there is something to investigate here.
It'll simply say: > devtools_extensions 0.0.3-wip requires the Flutter SDK, which is unsupported for global executables. Example: https://github.com/flutter/devtools/pull/6259 -------- Maybe this is more of a feature request than a bug...
When installing dependencies for use in production, you might wish to exclude `dev_dependencies`. **use-cases** * Installing an application when building a docker image for use in the cloud. * Installing...
Warnings in `lib/src/validator/flutter_plugin_format.dart` should like to flutter docs. Issue https://github.com/flutter/flutter/issues/44287 has been file for such docs to be written.
We should have test cases covering the output and error that happens when authentication fails 401 and 403.
Remember that when parsing in lenient mode, we must ignore errors when `topics` is malformed. Otherwise, we might break existing packages.