UI Customize
Change the app main color
Open
lib/config.dart
the file in the project.You can change the most of the color components in this section
Change the app logo and splash screen
To change the logo, replace the logo.png in the following folder assets/images/
Open
lib/images.dart
in the project folder and cross check your logo image nameYour logo must be 466 * 97
To change the Splashscreen replace the splashscreen.png in the following folder assets/images/
Open
lib/images.dart
in the project folder and cross check your splashscreen image nameYour logo must be 829 * 1792
Last updated