kFastAppInfo top-level property

FastAppInfoDocument kFastAppInfo
final

Implementation

final kFastAppInfo = FastAppInfoDocument(
  facebookUrl: 'https://www.facebook.com/tyrcord',
  promoUrl: 'https://tyrcord.com/apps',
  homepageUrl: 'https://tyrcord.com',
  supportEmail: 'contact@tyrcord.com',
  twitterUrl: 'https://twitter.com/tyrcord',
  bugReportEmail: 'dev@tyrcord.com',
  appAuthor: kFastAppAuthor,
  appVersion: '0.0.1',
  appName: 'FastApp',
  databaseVersion: 0,
  appDisclaimerLastModified: DateTime(2023, 8, 1),
  appPrivacyPolicyLastModified: DateTime(2023, 8, 1),
  appTermsOfServiceLastModified: DateTime(2023, 8, 1),
);