String getCoreConstantsAppAssetsTemplate(String projectName) { return ''' class AppAssets { /// Images static const String appLogo = ""; } '''; }