ios library

Classes

ContentsImageObject
ContentsInfoObject
IosIconTemplate
File to handle the creation of icons for iOS platform

Properties

iosIcons List<IosIconTemplate>
details of the ios icons which need to be generated
getter/setter pair

Functions

changeIosLauncherIcon(String iconName, String? flavor) Future<void>
Change the iOS launcher icon
createIcons(Config config, String? flavor) → void
create the ios icons
createImageList(String fileNamePrefix) List<Map<String, String>>
createResizedImage(IosIconTemplate template, Image image) → Image
create resized icon image
generateContentsFileAsString(String newIconName) String
modifyContentsFile(String newIconName) → void
Create the Contents.json file
overwriteDefaultIcons(IosIconTemplate template, Image image) → void
Note: Do not change interpolation unless you end up with better results (see issue for result when using cubic interpolation) https://github.com/fluttercommunity/flutter_launcher_icons/issues/101#issuecomment-495528733
saveNewIcons(IosIconTemplate template, Image image, String newIconName) → void
Note: Do not change interpolation unless you end up with better results (see issue for result when using cubic interpolation) https://github.com/fluttercommunity/flutter_launcher_icons/issues/101#issuecomment-495528733