Kevin Moore
Kevin Moore
See http://flutter.dev/go/pub-workspace
So folks can find it fast! Use https://goo.gle/dart-debug-extension – so we can change it after the fact and track usage CC @jacob314
https://github.com/pq/surveyor/blob/fd5872a7b6be642e6e8818e0eb180b71af20c489/pubspec.yaml#L13
Scenario: you have a package that you want to use in docker. You copy the package contents into docker and expect `dart pub ...` to work, but it fails because...
 As is tradition!
https://github.com/dart-lang/web/blob/6538aca01c8b3edb00e085d7e349e61f04a746a0/web/lib/src/dom/html.dart#L1281 CC @srujzs
Solution for https://github.com/dart-lang/language/issues/107, [Related docs](https://github.com/dart-lang/language/blob/master/working/0107%20-%20implicit-constructors/) This issue is for discussing the pros and cons of this particular proposal. General discussion about the issue should go in #107 where everybody can...