Graceful handling of asset-only packages. #2327
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
type-enhancement
A request for a change that isn't a bug
When a package has no .dart files in it,
dartdoc
fails with the following output:Instead,
dartdoc
should emit a warning, and still generate theindex.html
file based on theREADME.md
.Example package from pub.dev:
cupertino_icons
,bulma_min
.The text was updated successfully, but these errors were encountered: