Closed
Description
Lots of reasons this could be useful, e.g.
- Pointing users to where the docs were generated from so they can edit them.
- Pointing users to the implementations of the classes in question so they can read them.
a. came up from @InMatrix wanting to be able to encourage our users to improve our docs.
b. Occurred to me this morning when wanting to get to the source of "TabBar" but not wanting to go have to search github when I had already found the docs:
https://docs.flutter.io/flutter/material/TabBar-class.html
Maybe the --cross-dart option already does something like this? FYI @Hixie