Michael Thomsen
Michael Thomsen
@bcko sorry that no one ever replied here :-(. We'd be very happy to get a PR for `/example/`
I think collapsing it by default might work.
@domesticmouse for the DNS question, that's in `dartlang/db.dartlang`
> @srawlins , @mit-mit, the colors were taken for the Dart pad palette. Alignment with DartPad sounds great, but there are a number of inconsistencies based on inspection of the...
@keertip @klr981 was my comment above useful to explain the issue i'm seeing?
You can determine which packages require Flutter by looking at their `pubspec.yaml` -- if that contains `flutter` under `environment:`, then the package is flutter only: https://github.com/flutter/plugins/blob/master/packages/url_launcher/url_launcher/pubspec.yaml#L8
I think we have a general problem here beyond DartPad, which we should probably be handling in the SDK somehow: https://github.com/dart-lang/sdk/issues/47470
I agree that explaining Dart concepts in terms of other languages can be very helpful. I'm just not sure it scales to put it into api docs: what set of...