xworkmate-app/lib/app/app_metadata.dart

15 lines
508 B
Dart

const kSystemAppName = 'XWorkmate';
const kProductBrandName = 'XWorkmate';
const kProductSubtitle = 'Actionable AI Workspace';
const kProductTagline = 'Turn Ideas Into Action';
const kProductLogoAsset = 'assets/branding/xmate_desktop_logo.png';
const kAppVersion = String.fromEnvironment(
'XWORKMATE_DISPLAY_VERSION',
defaultValue: '2026.3.11',
);
const kAppBuildNumber = String.fromEnvironment(
'XWORKMATE_BUILD_NUMBER',
defaultValue: '20260311',
);
const kAppVersionLabel = 'Version $kAppVersion';