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
- android_asset_extractor
- android_assets
- android_file_writter
- android_icon_template
- android_paths
- file_writter
- image_decoder
- ios_asset_extractor
- ios_assets
- ios_file_writer
- ios_icon_template
- ios_paths
- launcher_icon_generator
- web_asset_extractor
- web_assets
- web_file_writter
- web_icon_template
- web_paths
- xml_templates