Sigurd Meldgaard

Results 169 issues of Sigurd Meldgaard

Part of https://github.com/dart-lang/pub/issues/2971 . `dart pub get` has detailed output about outdated dependencies. This is currently not exposed from `flutter pub get`. We are missing out on at least this...

a: text input
tool

See: * https://github.com/dart-lang/sdk/security/advisories/GHSA-r32f-vhjp-qhj7 * https://github.com/dart-lang/pub/issues/3253 Unpub should consider implementing a form of token authentication: * https://dart.dev/tools/pub/cmd/pub-token * https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md#authentication

Either the description is off, or the lint. Not sure which. Reading the documentation for #unrelated_type_equality_checks says: > Comparing references of a type where neither is a subtype of the...

type-bug
P2
false-negative
set-core

No fundamental reason to limit the grpc-web support to only web-apps as noted by: https://github.com/grpc/grpc-dart/issues/43#issuecomment-510437952 .

type-enhancement

That use-case is not supported by grpc-web, and it's nice to get the error as early as possible.

type-enhancement

This PR does some tidying of the `flutter pub get/upgrade/add/remove/downgrade` command pipelines * Now all of these commands are run in ProcessMode.inheritStdio (before only `get` was). * Now `get` can...

tool

Fixes argument handling in `flutter pub get` when a single flag is passed. https://github.com/flutter/flutter/issues/119614 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there...

tool

Hi Melos We are thinking about a new feature that should improve how pub handles mono-repositories. We hope that package:melos could be adapted to - at least optionally - work...