Member-only story

Flutter DevOPS Approach To App Icons

Fred Grott
3 min readOct 15, 2023

This is how to automate the app icon generation for Flutter Apps.

The code and art work files can be found in the app icon demo subfolder of the skeleton app folder in this repo:

Flutter Launcher Icons Set Up

To set up auto generating app icons, we use the Flutter Launch Icons package:

The package should be added under dependencies in pubspec YAML file:

Now, we need to set up our icon files that are used to generate the app icon launcher files.

--

--

Fred Grott
Fred Grott

No responses yet