Generates icons for multiple platform from a base icon. This package is a rewrite of flutter_launcher_icons
without support for flavors. The goal of this package is easy maintainability.upda
Setup
Simple config
- assets
- launcher_icons
ic_launcher.png
Complex config
- assets
- launcher_icons
- android
ic_launcher.png
ic_launcher_background.png
ic_launcher_foreground.png
-ios
ic_launcher.png
-web
ic_launcher.png
Run
dart run launcher_icons_generator
Libraries
- assets_extractors/android/android_asset_extractor
- assets_extractors/android/android_assets
- assets_extractors/ios/ios_asset_extractor
- assets_extractors/ios/ios_assets
- assets_extractors/web/web_asset_extractor
- assets_extractors/web/web_assets
- file_writters/android/android_file_writter
- file_writters/android/android_icon_template
- file_writters/android/android_paths
- file_writters/android/xml_templates
- file_writters/file_writter
- file_writters/ios/ios_file_writer
- file_writters/ios/ios_icon_template
- file_writters/ios/ios_paths
- file_writters/web/web_file_writter
- file_writters/web/web_icon_template
- file_writters/web/web_paths
- launcher_icon_generator
- utils/image_decoder