Kathy Walrath
Kathy Walrath
As @sfshaza2 and other DevRel folk discussed yesterday, we'd like to have go links be parallel between dart.dev & flutter.dev, and we need to make sure that go links are...
We used to document members in the class that declared them, but now each member gets its own class. In a large API, this means thousands of additional files, which...
Looking at https://dart-lang.github.io/angular_components_example/, I don't see which version of angular and angular_components the gallery uses. When I go to an example and look at the source code, it links to...
The docs in the gallery consist only of the class description. Often that's all you need, but sometimes you might want more API details. You shouldn't have to look at...
See: https://pub.dartlang.org/documentation/angular_components/0.9.0-beta+1/third_party.dart_src.acx.material_datepicker_date_range/third_party.dart_src.acx.material_datepicker_date_range-library.html
Per the internal bug, this component probably shouldn't have been open sourced, as there are known limitations. It isn't to material spec, and it doesn't work on mobile. See also:...
#2983 created the null safety codelab. Here's how we should follow up, in rough order of most urgent/easy to less urgent/easy: - [x] Add /codelabs/null-safety to the list of codelabs...
/cc @mit-mit @kevmoo
With the disappearance of the out-of-date article "The Event Loop and Dart", we no longer have any doc on dart.dev for microtasks. Microtasks are mentioned in /articles/archive/zones, but that article,...
### Page URL https://dart.dev/guides/language/concurrency/index ### Page source https://github.com/dart-lang/site-www/tree/master/src/_guides/language/concurrency/index.md ### Describe the problem Definitely: - [x] Convert code snippets to use code excerpts. (@parlough) - [x] Add this page to the...