Closed
Description
Right now we don't export all of vector_math in the Flutter docs, but we do export Matrix4. This results in Matrix4 being documented, but the types that it uses not being documented.
We should, IMHO, have a way to tell dartdoc that we want to include the documents for all our dependencies, with dartdoc automatically following the imports to find everything that's mentioned and documenting them all.
See also:
- In Flutter docs, classes are listed multiple times #1158 (about not including reexported types twice)
cc @devoncarew