Skip to content
Gregory Shayko edited this page Jan 6, 2025 · 4 revisions

Icons and Splash Screen

Generate Icons

I use Icon Kitchen, a free tool to generate icons for various platforms.

  • Android Settings
    • image: icon_trim.png
    • padding: 13%
    • color: white

iOS/Mac/Web Icons & Splash

Icons and splash are generated by the following plugins

  • flutter_launcher_icons
  • flutter_native_splash

Configurations for these plugins are within the pubspec.yml

After updating an icon under assets/icons/icon.png you need to do the following:

  • run dart run flutter_launcher_icons
  • run dart run flutter_native_splash:create
  • Remove the image bg
    • Open the LaunchScreen under Runner
    • Expand View
    • Delete the LaunchBackground

Android Icons

Clone this wiki locally