sort
library
Functions
-
sortImports(List<String> lines, String packageName, bool emojis, bool exitIfChanged, String? filePath, bool noBlankLines = false, List<CustomTier> customTiers = const [], bool groupProjectByFolder = false, bool testImports = false, List<String> testImportPrefixes = TidyConfig.defaultTestImportPrefixes, bool separateRelativeImports = false, bool sortExports = false, int groupProjectByFolderDepth = 0, bool removeDuplicates = false})
→ ImportSortData
-
Sort the imports of a dart file.