Change App's all graphics

15th Sep, 2023

  • Change App Icon
  • Go to lms_flutter_app > images folder.
    Replace logo.jpg with your app logo. Keep the file name logo.jpg and the image must be a jpg image.
    Now run these two command inside lms_flutter_app folder

    flutter pub get
    flutter pub run flutter_launcher_icons:main

     

  • Change App Logo
  • Go to lms_flutter_app > images folder.
    Replace logo.png with your app logo. Keep the file name logo.png and the image must be a png image.




  • Change Splash Screen
  • Go to lms_flutter_app > images folder.
    Replace Splash.png with your app logo. Keep the file name Splash.png and the image must be a png image.



     

    After doing all these, run this command.

    flutter pub get

    Categories
    Latest Versions