4. App Configs

4.1 Change App Information

From your IDE, go to the lib/configs/app_config.dart file.

  • Change the App Name.

  • Change the theme color if you want.

4.2 Change Logos

To change the logo, First, rename your logo to logo.png and make sure the icon is in .png format. Now drag & drop your logo to the assets/images folder and replace it with our logo. That's it.

To change the dark logo, First, rename your logo to logo_dark.png and make sure the icon is in .png format. Now drag & drop your logo to the assets/images folder and replace it with our logo. That's it.

Last updated