4. App Configs
Last updated
Last updated
From your IDE, go to the lib/configs/app_config.dart file.
Change the App Name.
Change the theme color if you want.
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.