flutter_icon_gen 1.0.0 copy "flutter_icon_gen: ^1.0.0" to clipboard
flutter_icon_gen: ^1.0.0 copied to clipboard

A CLI tool that generates launcher icons for all Flutter platforms from a single image using icon.yaml config.

Changelog #

1.0.0 #

  • All terminal output and error messages translated to English
  • Added support for Web, Windows, macOS, and Linux platforms
  • Web: generates favicon (32x32), PWA icons (192, 512px), and updates manifest.json
  • Windows: generates ICO file and PNG (256x256)
  • macOS: generates all required sizes with Contents.json
  • Linux: generates hicolor theme icons (16–512px)
  • Platform directories are skipped gracefully when disabled in icon.yaml
  • Renamed bin entry point to match package name (flutter_icon_gen.dart)

0.1.0 #

  • Initial release
  • Android launcher icon generation (mdpi → xxxhdpi)
  • Android adaptive icon support (foreground + background)
  • iOS app icon generation with Contents.json
0
likes
140
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

A CLI tool that generates launcher icons for all Flutter platforms from a single image using icon.yaml config.

Repository (GitHub)
View/report issues

Topics

#flutter #icon #launcher #cli #image

License

MIT (license)

Dependencies

args, image, path, yaml

More

Packages that depend on flutter_icon_gen