Steps to reproduce:
- Go to https://pub.dartlang.org/packages/http
- Click the link under "Documentation" on the right
Expected result
I expect to see the API docs for package:http
Actual result
I get a 404.
Analysis
https://www.dartdocs.org/documentation/http/0.11.3%2B12/ lacks API docs. The most recent version with API docs appears to be 0.11.3+10:
https://www.dartdocs.org/documentation/http/0.11.3%2B10/
Perhaps this corresponded to the change in SDK requirements in package:http and dartdocs.org is using an old Dart SDK to generate the docs?