Get relative path from project root
static String getRelativePath(String projectRoot, String filePath) { return p.relative(filePath, from: projectRoot); }