mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Improved about page (#75)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
8dc18c8a3d
commit
62143581ac
8 changed files with 273 additions and 111 deletions
|
|
@ -24,7 +24,9 @@ class ApplicationInfo with _$ApplicationInfo {
|
|||
required String os,
|
||||
}) = _ApplicationInfo;
|
||||
|
||||
String get versionAndPlatform => "$version ($os)\n#$buildNumber";
|
||||
String get versionPlatformBuild => "$version ($os)\n#$buildNumber";
|
||||
|
||||
String get versionAndPlatform => "$version ($os)";
|
||||
|
||||
@override
|
||||
String toString() => 'ApplicationInfo(name: $name, version: $version, os: $os)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue