Closed
Description
Right now to actually get to a library root page you need to know dartdocs pattern of doing name-library.html:
https://docs.flutter.io/flutter/dart-async/dart-async-library.html
https://docs.flutter.io/flutter/dart-async/
would just get you a 404.
Obviously we could fix this in Flutter's doc generation script as well, but seems like something maybe all dartdoc users might want?