Kevin Moore
Kevin Moore
Thanks @Rexios80 ! Will look at it!
FYI: I just tried to reproduce this on a Windows box. Zero repo. Windows Server 2016
DartDoc blazed a trail here: https://github.com/dart-lang/dartdoc/blob/master/appveyor.yml On Thu, Jun 8, 2017 at 12:45 PM, Matan Lurey wrote: > It might be worth it in the long run - for example...
@jakemac53 – ug. Looks like drift would need to bump to support latest mockito?
@craiglabenz – is this what you want? ```diff diff --git a/json_serializable/test/generic_files/for_craig.dart b/json_serializable/test/generic_files/for_craig.dart index 5555d80..bb0011e 100644 --- a/json_serializable/test/generic_files/for_craig.dart +++ b/json_serializable/test/generic_files/for_craig.dart @@ -6,12 +6,12 @@ class Base { const Base(); } -class...
No plan, @edlman. This is very much my hobby project. Happy to fix critical issues in main use cases, but this is very specialized/complicated. PRs welcome!
This adds a LOT to the readme. I wonder if just linking to the example Flutter widgets is better.
@Nidal-Bakir - hrm. I don't want to add the dependencies.
https://github.com/flutter/packages/pull/7202 landed!
From a browser perspective (JS/Wasm) we're trying to AVOID supporting concrete types in `dart:` libraries. We're moving everything to https://pub.dev/packages/web and trying to deprecate `dart:html` (and friends). Having *interfaces* that...