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
CommandRunnerinlib/cli/command_runner.dart. This entry point is preserved for callers that imported it before 0.15.0 (notablybin/flutter_launcher_icons.darthistorically and the integration test intest/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.