Devon Carew
Devon Carew
I would keep all the API sync, except for a new init method. Users of the API would then need to call init(), await the response, and then use the...
cc @bwilkerson @lambdabaa
cc @bwilkerson @Khalid-Nowaf - what version of dart are you using?
Thanks for the report! > Is this related to #1827? I suspect unrelated, and it may not be related to the dart 1 / dart 2 changeover. We're now verifying...
This would be a big change - if we do this it would be safer to generate all docs w/ fewer pages, instead of having an option for it. It...
When I've thought about this in the past, I've generally come to the conclusion that libraries get their own output file, and classes get their own output file, with some...
Interesting idea; I believe that @kevmoo may at one time have authored something like this. Something like this could also be layered on top of the existing package:args - `args`...
I think this is fixed?
Yeah, I would add to our docs as things that aren't supported by dartpad. For better reporting, we might intercept the compile request, do a spot check of the snippet,...