Kevin Moore

Results 252 issues of Kevin Moore

See http://flutter.dev/go/pub-workspace

package:leak_tracker
package:leak_tracker_flutter_testing
package:leak_tracker_testing
package:memory_usage

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

type-enhancement
package:dwds

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

type-enhancement

![Screen Shot 2020-08-11 at 10 46 17 AM](https://user-images.githubusercontent.com/17034/89930640-e8408380-dbbf-11ea-836f-648b4ba81076.png) As is tradition!

package:file

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

feature