projectRoot property
The root directory of the Flutter project.
This should be the directory containing pubspec.yaml and the android/ folder.
Implementation
final String projectRoot;
The root directory of the Flutter project.
This should be the directory containing pubspec.yaml and the android/ folder.
final String projectRoot;