Jonas Finnemann Jensen

Results 199 issues of 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...

type-enhancement

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

type-enhancement
P3

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.

type-bug

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

type-enhancement

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

type-enhancement

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.

type-enhancement

We should have test cases covering the output and error that happens when authentication fails 401 and 403.

type-enhancement

Remember that when parsing in lenient mode, we must ignore errors when `topics` is malformed. Otherwise, we might break existing packages.

type-enhancement