Setting the app launcher icon in Flutter like a native developer

Suragch
Flutter Community
Published in
4 min readMar 8, 2019

--

A simple step by step guide for Android and iOS

The documentation recommends using the flutter_launcher_icons package. I found that a little hard to use and understand, though, so I ended up going a route that I was more familiar with. In this article I’ll tell you how to set the launcher icon the way you would do it if you were creating your app natively in Android and iOS. It’s pretty fast and easy.

Android

--

--