flutter_osouji library
Fast parallel Flutter project cleaner that sweeps build artifacts
Classes
Functions
-
cleanProject(
Directory projectDir) → Future< bool> -
dirSize(
Directory dir) → Future< int> -
formatBytes(
int bytes) → String -
getCleanableSize(
Directory projectDir) → Future< int> -
isFlutterAvailable(
) → Future< bool> -
scanProjects(
String rootPath, {String? exclude, void onProgress(String currentPath, int projectsFound)?, int maxDepth = 10}) → Future< List< FlutterProject> >