makeanyicon

Creator: coderz1093

Last updated:

0 purchases

makeanyicon Image
makeanyicon Images
Add to Cart

Description:

makeanyicon

makeanyicon #

Command-line Interface (CLI) for any_icon_maker.





makeanyicon

Quick Start

Installation
Usage


License




Quick Start #
Installation #
dart pub global activate makeanyicon
copied to clipboard
Usage #
Add makeanyicon_options.yaml to your project root directory.
makeanyicon_options.yaml:
image_sets:
- name: android
path: android/app/src/main/res/
images:
- size: 48x48
path: mipmap-mdpi/
filename: ic_launcher.png
- size: 72x72
path: mipmap-hdpi/
filename: ic_launcher.png
- size: 96x96
path: mipmap-xhdpi/
filename: ic_launcher.png
- size: 144x144
path: mipmap-xxhdpi/
filename: ic_launcher.png
- size: 192x192
path: mipmap-xxxhdpi/
filename: ic_launcher.png
- name: ios
path: ios/Runner/Assets.xcassets/AppIcon.appiconset/
images:
- size: 20x20
scale: 1x
filename: [email protected]
- size: 20x20
scale: 2x
filename: [email protected]
- size: 20x20
scale: 3x
filename: [email protected]
- size: 29x29
scale: 1x
filename: [email protected]
- size: 29x29
scale: 2x
filename: [email protected]
- size: 29x29
scale: 3x
filename: [email protected]
- size: 40x40
scale: 1x
filename: [email protected]
- size: 40x40
scale: 2x
filename: [email protected]
- size: 40x40
scale: 3x
filename: [email protected]
- size: 60x60
scale: 1x
filename: [email protected]
- size: 60x60
scale: 2x
filename: [email protected]
- size: 60x60
scale: 3x
filename: [email protected]
- size: 76x76
scale: 1x
filename: [email protected]
- size: 76x76
scale: 2x
filename: [email protected]
- size: 83.5x83.5
scale: 2x
filename: [email protected]
- size: 1024x1024
scale: 1x
filename: [email protected]
- name: macos
path: macos/Runner/Assets.xcassets/AppIcon.appiconset/
images:
- size: 16x16
scale: 1x
filename: app_icon_16.png
- size: 32x32
scale: 1x
filename: app_icon_32.png
- size: 64x64
scale: 1x
filename: app_icon_64.png
- size: 128x128
scale: 1x
filename: app_icon_128.png
- size: 256x256
scale: 1x
filename: app_icon_256.png
- size: 512x512
scale: 1x
filename: app_icon_512.png
- size: 1024x1024
scale: 1x
filename: app_icon_1024.png
- name: web
path: web/
images:
- size: 16x16
filename: favicon.png
- size: 192x192
path: icons/
filename: Icon-192.png
- size: 512x512
path: icons/
filename: Icon-512.png
- size: 192x192
path: icons/
filename: Icon-maskable-192.png
- size: 512x512
path: icons/
filename: Icon-maskable-512.png
- name: windows
path: windows/runner/resources/
images:
- size: 256x256
filename: app_icon.ico
copied to clipboard
Run:
makeanyicon --input=app_icon_1024.png
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.