Michael Thomsen

Results 285 comments of Michael Thomsen

I wonder if this is a gradle issue based on the first screenshot? @csells in a terminal are you able to `flutter create foobar` & `flutter build apk` ?

We could use a detail page for each lint -- like on https://dart-lang.github.io/linter/lints/ -- and then just have index pages that list them all?

Status update: workspaces are now supported in `dart pub`, but not yet in `flutter pub` (see https://github.com/flutter/flutter/issues/150196)

Can you run `where dartdoc` to determine which `dartdoc` that is? I'm curious if it's the one in bin, or one you pub globally activated. My theory is that it's...

I wonder if we should consider not supporting `global` commands at all with `flutter pub` now that we have `dart pub` in path? wdyt @csells?

The use case I feel the most strongly about is the one where a `pubspec.yaml` lists a package and a stable version (single or range), and the solver ends up...

My suggestion: Without the `-allow-pre-release` flag, we simple disallow / filter away all pre-release versions. We could allow-list any packages in the `pubspec.yaml` listed with pre-release versions. That seems like...

@srawlins can we mark the analyzer done in the checklist now that https://github.com/dart-lang/sdk/commit/8d62a1f104143365b706c4ef5ba378db1feb12dd landed?

@itsjustkevin I think we should also add this to https://docs.flutter.dev/release/archive. I say that, as this is what we link to from the Getting Started pages: "For other release channels, and...

I _think_ this is still relevant, but not 100% sure. @Hixie ?