configProjectDir top-level property
String
get
configProjectDir
Speculates the Flutter project dir based on the configPath location.
Implementation
String get configProjectDir {
return p.canonicalize(p.dirname(configPath));
}