f_cleaner library
Functions
-
cleanFlutterProjects(
List< FlutterProject> projects, {required bool verbose}) → Future<CleanResults> -
Runs
flutter cleanon each of the givenprojectsand returns aFuturecontaining aCleanResultsobject with the summary of the cleaning operation. -
main(
List< String> arguments) → void - The main entry point for the Flutter Projects Cleaner.
-
scanForFlutterProjects(
String rootDirPath, {required bool recursive, required bool verbose}) → Future< List< FlutterProject> > - Scans a given directory to identify Flutter projects with non-empty build directories.