Updated error string
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m1s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s

This commit is contained in:
2026-01-10 21:23:28 +01:00
parent 7aa41abe61
commit 2a72332bcd
2 changed files with 5 additions and 7 deletions

View File

@@ -15,12 +15,10 @@ class SettingsView extends StatefulWidget {
class _SettingsViewState extends State<SettingsView> { class _SettingsViewState extends State<SettingsView> {
PackageInfo _packageInfo = PackageInfo( PackageInfo _packageInfo = PackageInfo(
appName: 'Unknown', appName: 'n.A.',
packageName: 'Unknown', packageName: 'n.A.',
version: 'Unknown', version: 'n.A.',
buildNumber: 'Unknown', buildNumber: 'n.A.',
buildSignature: 'Unknown',
installerStore: 'Unknown',
); );
@override @override
void initState() { void initState() {

View File

@@ -1,7 +1,7 @@
name: game_tracker name: game_tracker
description: "Game Tracking App for Card Games" description: "Game Tracking App for Card Games"
publish_to: 'none' publish_to: 'none'
version: 0.0.4+97 version: 0.0.4+99
environment: environment:
sdk: ^3.8.1 sdk: ^3.8.1