Some checks failed
Security / Security check (push) Failing after 2s
The detail sheet always answers 'who maintains this?': one selectable line per maintainer from the store index's new maintainers list, or an honest 'not specified' when the index names nobody (StoreMaintainersSection, public for the widget tests). The install trust gate carries the same fact when present and stays terse otherwise. DE+EN; dialog-harness proof captured with the maintainer row. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
14 lines
620 B
Dart
14 lines
620 B
Dart
// Product identity shown in Settings → About and the sidebar
|
|
// version tag. One place to bump so procurement-facing facts
|
|
// (vendor, license, contact) can never drift between surfaces.
|
|
|
|
/// Studio's own build version. Bump on every UI release so the
|
|
/// running app self-identifies.
|
|
const String kStudioVersion = '0.79.0';
|
|
|
|
const String kProductName = 'Ch∆In Studio';
|
|
const String kVendorName = 'Flemming.AI (F∆I)';
|
|
const String kAuthorName = 'Dr. Stefan Flemming';
|
|
const String kLicenseName = 'Apache 2.0';
|
|
const String kContactEmail = 'chain@flemming.ai';
|
|
const String kDocsUrl = 'https://chain.flemming.ai';
|