f_cleaner library

Functions

cleanFlutterProjects(List<FlutterProject> projects, {required bool verbose}) Future<CleanResults>
Runs flutter clean on each of the given projects and returns a Future containing a CleanResults object 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.