You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate docs for a Flutter app. When I go inside de app directory, and run dartdoc, the command first parse my lib/ folder (which is ok!) but then tryies to parse the Flutter source files (shows lines like parsing /opt/Flutter/..., for every Flutter source file). Is there any form to specificate that dartdoc only works over the actual folder?