Turn on/off switchable theme and social media logins

Open zcart\lib\config\config.dart file

You will see some boolean constants which are true by default. 

Change them to false if you don’t need any of them. If you only need google login change the ‘isGoogleLoginActive’ to false and vice versa. If you don’t need the dark theme, just change the ‘isChangeAbleThemeActive’ to false.

Was this page helpful?

Leave Comment