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
"dart doc ." (or "dart doc") command is generation docs but only for everything in lib folder not sub folders.
I have a src folder in lib which have other sub folders [lib > src > models > my_modal.dart] but after running command html is only generated for main.dart file (and a config.dart file in config folder [lib > config > config.dart])
My docs are as per Effective Dart guidelines and "dart analyse" (or "flutter analyse" ) commands giving 0 issues.