Skip to content

Styles and themes

Relorer edited this page Feb 11, 2023 · 1 revision

Splash screen

To change the splash screen:

  1. Change the splash screen settings using the flutter_native_splash library documentation
  2. Run flutter pub run flutter_native_splash:create

Application icon

To change the app icon:

  1. Change the app icon settings using the flutter_launcher_icons library documentation
  2. Run flutter pub run flutter_launcher_icons

Clone this wiki locally