gobabel_core library

Functions

buildFolderTree(Directory dir) Future<CodeBaseFolder?>
Recursively builds a CodeBaseFolder representing the directory tree rooted at dir, including only directories that contain at least one .dart file (directly or in any of their subdirectories).
buildFolderTreeFromListOfFiles(Set<String> filePaths) List<CodeBaseFolder>
buildFolderTreeSync(Directory dir) CodeBaseFolder?
Synchronous variant that filters similarly.
splitIntoManageableGroupsForApi(Map<String, String> inputMap, [int? multiplier]) List<Map<String, String>>
Utility functions for splitting API requests into manageable chunks to prevent overloading the API.