Open Source
Building tools for the community. Because the best software is built in the open.
@poundingwaterFlutter App Icons Generator
A Dart CLI tool that generates platform-specific app icons and native splash screens for Flutter projects with full app flavor support. One config file, all platforms and flavors handled automatically.
Platform Support
Capabilities
One Config, Every Platform
Configure
Define your foreground, background, and target platforms in a single YAML file
Generate
Run one command — the CLI composites, resizes, and formats for each platform
Ship
Icons land in the right directories with manifests and plists auto-updated
App Flavors Support
Different icons per environment — with fully automated build system configuration. No manual Xcode or Gradle setup required.
Development builds with distinct branding
com.example.myapp.devProduction-ready with final branding
com.example.myappAuto-Configured Per Platform
productFlavors in build.gradle.kts + per-flavor res/ directories
xcconfig files + Xcode schemes + per-flavor AppIcon asset catalogs
xcconfig files + Xcode schemes + per-flavor ICNS icons
Then run your app with a specific flavor:
Contribute to the Community
We believe in building tools together. Star a repo, open an issue, or submit a PR — every contribution matters.
Visit Our GitHub