dartdoc over Flutter project is trying to parse all the Flutter source files. #2141
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-enhancement
A request for a change that isn't a bug
I am trying to generate docs for a Flutter app. When I go inside de app directory, and run
dartdoc
, the command first parse mylib/
folder (which is ok!) but then tryies to parse the Flutter source files (shows lines likeparsing /opt/Flutter/...
, for every Flutter source file). Is there any form to specificate that dartdoc only works over the actual folder?The text was updated successfully, but these errors were encountered: