asset_flow library
Classes
Extensions
- StringExtension on String
- Extension method for String to capitalize the first letter.
Functions
-
assetBuilder(
BuilderOptions options) → Builder -
formatFileName(
String fileName) → String - Function to format a file name to camelCase.
-
getAssetPaths(
) → Future< List< String> > - Function to get paths of files in the 'assets' directory and its subdirectories.
-
returnVariableFromPath(
String path) → String - Function to generate a Dart static constant variable declaration from a given file path.
-
splitString(
String input, List< String> delimiters) → List<String> - Function to split a string using specified delimiters and remove empty parts.