findDartProjects function
Directories under root that contain a pubspec.yaml, relative to root
and sorted. .dart_tool and build trees are skipped.
Implementation
List<String> findDartProjects(String root) =>
projectDirectoriesUnder(root, 'pubspec.yaml');