Flutter

How to add app icons in Flutter

Let’s agree that adding icons for each platform is tedious work in Flutter, especially when we have to update different configs and sizes for each platform. Thanks to @Mark O’Sullivan we have a package to solve this exact situation. Tada🎉 introducing flutter_launcher_icons. At the time of writing this article flutter_launcher_icons@v0.10 supports Android, IOS, Web and Windows. Let’s get started. Add flutter_launcher_icons package Since we won’t be importing any files from flutter_launcher_icons package we will be adding it as a dev_dependencies....

August 8, 2022 · 4 min · Me