UI Customize
Change the app main color
//App main color
const maincolor = 0xFF3FC1BE;Change the app logo and splash screen
const String constLogo = 'assets/images/name of your image.extensionconst String constSplashScreen = 'assets/images/name of your splashscreen.extensionLast updated