main library

Constants

defaultConfigFile → const String
fileOption → const String
flavorConfigFilePattern → const String
helpFlag → const String
prefixOption → const String
verboseFlag → const String

Functions

createIconsFromArguments(List<String> arguments) Future<void>
Backward-compat shim. Phase 4 routes everything through the CommandRunner in lib/cli/command_runner.dart. This entry point is preserved for callers that imported it before 0.15.0 (notably bin/flutter_launcher_icons.dart historically and the integration test in test/main_consolidated_flow_test.dart).
createIconsFromConfig(Config flutterConfigs, FLILogger logger, String prefixPath, [String? flavor, bool strict = false]) Future<void>
getFlavors(String prefixPath) Future<List<String>>
loadConfigFileFromArgResults(ArgResults argResults) Config?
Backward-compat shim used by test/main_test.dart.