I am trying to generate the documentation for a Flutter App with dartdoc. For that I go inside the Flutter App folder:
cd path/to/app
After that I call in the console:
dartdoc
And the first results printed in the console tell me that dartdoc is parsing the files of my App, but then is trying to parse the Flutter source files (like /opt/Flutter/bin...
).
Is there any way to only parse the folder of my app?