Search code examples
androidiosflutterappicon

How to access the app icon the right way on Flutter?


I want to use the app icon of my app inside of my app with Flutter. Hope there is a better way than putting the app icon inside the assets folder.


Solution

  • This question has already been answered Is there a way to access Flutter resources from native code?, Flutter can't access drawables. so it can't give access to app icon. just Add the app icon as an asset!