dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Functionality not in the SDK, but provided by pub packages is not discoverable. #27

Closed zanderso closed 9 years ago

zanderso commented 10 years ago

See e.g.: https://code.google.com/p/dart/issues/detail?id=20852

zanderso commented 10 years ago

I suggest that SDK packages should link to related pub packages.

sethladd commented 9 years ago

Thanks for the report. We won't solve this with specific functionality in api.dartlang.org. However, we highly recommend that if there's a related and useful package for a library, that the library's docs themselves link to that package.

e.g. the isolates library could link to the isolate package, in its own docs.