Compare commits
11 Commits
9248284292
...
feature/15
| Author | SHA1 | Date | |
|---|---|---|---|
| f0c6dd8401 | |||
| 7bdad57cc8 | |||
| 5da1b6eecb | |||
| cdafd4bb6f | |||
| 6aee055df2 | |||
| 4bbbcdd93f | |||
| 7fc4bbfb13 | |||
| 857e05127d | |||
| 86982ada0f | |||
| e51bf3eabb | |||
| d7f08c5f50 |
@@ -13,6 +13,7 @@
|
|||||||
"create_match": "Spiel erstellen",
|
"create_match": "Spiel erstellen",
|
||||||
"create_new_group": "Neue Gruppe erstellen",
|
"create_new_group": "Neue Gruppe erstellen",
|
||||||
"create_new_match": "Neues Spiel erstellen",
|
"create_new_match": "Neues Spiel erstellen",
|
||||||
|
"data": "Daten",
|
||||||
"data_successfully_deleted": "Daten erfolgreich gelöscht",
|
"data_successfully_deleted": "Daten erfolgreich gelöscht",
|
||||||
"data_successfully_exported": "Daten erfolgreich exportiert",
|
"data_successfully_exported": "Daten erfolgreich exportiert",
|
||||||
"data_successfully_imported": "Daten erfolgreich importiert",
|
"data_successfully_imported": "Daten erfolgreich importiert",
|
||||||
@@ -34,18 +35,18 @@
|
|||||||
"import_data": "Daten importieren",
|
"import_data": "Daten importieren",
|
||||||
"info": "Info",
|
"info": "Info",
|
||||||
"invalid_schema": "Ungültiges Schema",
|
"invalid_schema": "Ungültiges Schema",
|
||||||
"licenses": "Lizenzen",
|
|
||||||
"no_licenses_found": "Keine Lizenzen gefunden",
|
|
||||||
"no_license_text_available": "Kein Lizenztext verfügbar",
|
|
||||||
"error": "Fehler",
|
|
||||||
"least_points": "Niedrigste Punkte",
|
"least_points": "Niedrigste Punkte",
|
||||||
|
"legal": "Rechtliches",
|
||||||
|
"legal_notice": "Impressum",
|
||||||
|
"licenses": "Lizenzen",
|
||||||
"match_in_progress": "Spiel läuft...",
|
"match_in_progress": "Spiel läuft...",
|
||||||
"match_name": "Spieltitel",
|
"match_name": "Spieltitel",
|
||||||
"matches": "Spiele",
|
"matches": "Spiele",
|
||||||
"menu": "Menü",
|
|
||||||
"most_points": "Höchste Punkte",
|
"most_points": "Höchste Punkte",
|
||||||
"no_data_available": "Keine Daten verfügbar",
|
"no_data_available": "Keine Daten verfügbar",
|
||||||
"no_groups_created_yet": "Noch keine Gruppen erstellt",
|
"no_groups_created_yet": "Noch keine Gruppen erstellt",
|
||||||
|
"no_licenses_found": "Keine Lizenzen gefunden",
|
||||||
|
"no_license_text_available": "Kein Lizenztext verfügbar",
|
||||||
"no_matches_created_yet": "Noch keine Spiele erstellt",
|
"no_matches_created_yet": "Noch keine Spiele erstellt",
|
||||||
"no_players_created_yet": "Noch keine Spieler:in erstellt",
|
"no_players_created_yet": "Noch keine Spieler:in erstellt",
|
||||||
"no_players_found_with_that_name": "Keine Spieler:in mit diesem Namen gefunden",
|
"no_players_found_with_that_name": "Keine Spieler:in mit diesem Namen gefunden",
|
||||||
@@ -59,6 +60,7 @@
|
|||||||
"player_name": "Spieler:innenname",
|
"player_name": "Spieler:innenname",
|
||||||
"players": "Spieler:innen",
|
"players": "Spieler:innen",
|
||||||
"players_count": "{count} Spieler",
|
"players_count": "{count} Spieler",
|
||||||
|
"privacy_policy": "Datenschutzerklärung",
|
||||||
"quick_create": "Schnellzugriff",
|
"quick_create": "Schnellzugriff",
|
||||||
"recent_matches": "Letzte Spiele",
|
"recent_matches": "Letzte Spiele",
|
||||||
"ruleset": "Regelwerk",
|
"ruleset": "Regelwerk",
|
||||||
|
|||||||
@@ -39,6 +39,9 @@
|
|||||||
"@create_new_match": {
|
"@create_new_match": {
|
||||||
"description": "Button text to create a new match"
|
"description": "Button text to create a new match"
|
||||||
},
|
},
|
||||||
|
"@data": {
|
||||||
|
"description": "Data label"
|
||||||
|
},
|
||||||
"@data_successfully_deleted": {
|
"@data_successfully_deleted": {
|
||||||
"description": "Success message after deleting data"
|
"description": "Success message after deleting data"
|
||||||
},
|
},
|
||||||
@@ -107,21 +110,18 @@
|
|||||||
"@invalid_schema": {
|
"@invalid_schema": {
|
||||||
"description": "Error message for invalid schema"
|
"description": "Error message for invalid schema"
|
||||||
},
|
},
|
||||||
"@licenses": {
|
|
||||||
"description": "Licenses menu item"
|
|
||||||
},
|
|
||||||
"@no_licenses_found": {
|
|
||||||
"description": "Message when no licenses are found"
|
|
||||||
},
|
|
||||||
"@no_license_text_available": {
|
|
||||||
"description": "Message when no license text is available"
|
|
||||||
},
|
|
||||||
"@error": {
|
|
||||||
"description": "Error label"
|
|
||||||
},
|
|
||||||
"@least_points": {
|
"@least_points": {
|
||||||
"description": "Title for least points ruleset"
|
"description": "Title for least points ruleset"
|
||||||
},
|
},
|
||||||
|
"@legal": {
|
||||||
|
"description": "Legal section header"
|
||||||
|
},
|
||||||
|
"@legal_notice": {
|
||||||
|
"description": "Legal notice menu item"
|
||||||
|
},
|
||||||
|
"@licenses": {
|
||||||
|
"description": "Licenses menu item"
|
||||||
|
},
|
||||||
"@match_in_progress": {
|
"@match_in_progress": {
|
||||||
"description": "Message when match is in progress"
|
"description": "Message when match is in progress"
|
||||||
},
|
},
|
||||||
@@ -131,9 +131,6 @@
|
|||||||
"@matches": {
|
"@matches": {
|
||||||
"description": "Label for matches"
|
"description": "Label for matches"
|
||||||
},
|
},
|
||||||
"@menu": {
|
|
||||||
"description": "Menu label"
|
|
||||||
},
|
|
||||||
"@most_points": {
|
"@most_points": {
|
||||||
"description": "Title for most points ruleset"
|
"description": "Title for most points ruleset"
|
||||||
},
|
},
|
||||||
@@ -143,6 +140,12 @@
|
|||||||
"@no_groups_created_yet": {
|
"@no_groups_created_yet": {
|
||||||
"description": "Message when no groups exist"
|
"description": "Message when no groups exist"
|
||||||
},
|
},
|
||||||
|
"@no_licenses_found": {
|
||||||
|
"description": "Message when no licenses are found"
|
||||||
|
},
|
||||||
|
"@no_license_text_available": {
|
||||||
|
"description": "Message when no license text is available"
|
||||||
|
},
|
||||||
"@no_matches_created_yet": {
|
"@no_matches_created_yet": {
|
||||||
"description": "Message when no matches exist"
|
"description": "Message when no matches exist"
|
||||||
},
|
},
|
||||||
@@ -187,6 +190,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@privacy_policy": {
|
||||||
|
"description": "Privacy policy menu item"
|
||||||
|
},
|
||||||
"@quick_create": {
|
"@quick_create": {
|
||||||
"description": "Title for quick create section"
|
"description": "Title for quick create section"
|
||||||
},
|
},
|
||||||
@@ -221,7 +227,7 @@
|
|||||||
"description": "Shows the number of selected players"
|
"description": "Shows the number of selected players"
|
||||||
},
|
},
|
||||||
"@settings": {
|
"@settings": {
|
||||||
"description": "Settings label"
|
"description": "Label for the App Settings"
|
||||||
},
|
},
|
||||||
"@single_loser": {
|
"@single_loser": {
|
||||||
"description": "Title for single loser ruleset"
|
"description": "Title for single loser ruleset"
|
||||||
@@ -284,6 +290,7 @@
|
|||||||
"create_match": "Create match",
|
"create_match": "Create match",
|
||||||
"create_new_group": "Create new group",
|
"create_new_group": "Create new group",
|
||||||
"create_new_match": "Create new match",
|
"create_new_match": "Create new match",
|
||||||
|
"data": "Data",
|
||||||
"data_successfully_deleted": "Data successfully deleted",
|
"data_successfully_deleted": "Data successfully deleted",
|
||||||
"data_successfully_exported": "Data successfully exported",
|
"data_successfully_exported": "Data successfully exported",
|
||||||
"data_successfully_imported": "Data successfully imported",
|
"data_successfully_imported": "Data successfully imported",
|
||||||
@@ -305,18 +312,18 @@
|
|||||||
"import_data": "Import data",
|
"import_data": "Import data",
|
||||||
"info": "Info",
|
"info": "Info",
|
||||||
"invalid_schema": "Invalid Schema",
|
"invalid_schema": "Invalid Schema",
|
||||||
"licenses": "Licenses",
|
|
||||||
"no_licenses_found": "No licenses found",
|
|
||||||
"no_license_text_available": "No license text available",
|
|
||||||
"error": "Error",
|
|
||||||
"least_points": "Least Points",
|
"least_points": "Least Points",
|
||||||
|
"legal": "Legal",
|
||||||
|
"legal_notice": "Legal Notice",
|
||||||
|
"licenses": "Licenses",
|
||||||
"match_in_progress": "Match in progress...",
|
"match_in_progress": "Match in progress...",
|
||||||
"match_name": "Match name",
|
"match_name": "Match name",
|
||||||
"matches": "Matches",
|
"matches": "Matches",
|
||||||
"menu": "Menu",
|
|
||||||
"most_points": "Most Points",
|
"most_points": "Most Points",
|
||||||
"no_data_available": "No data available",
|
"no_data_available": "No data available",
|
||||||
"no_groups_created_yet": "No groups created yet",
|
"no_groups_created_yet": "No groups created yet",
|
||||||
|
"no_licenses_found": "No licenses found",
|
||||||
|
"no_license_text_available": "No license text available",
|
||||||
"no_matches_created_yet": "No matches created yet",
|
"no_matches_created_yet": "No matches created yet",
|
||||||
"no_players_created_yet": "No players created yet",
|
"no_players_created_yet": "No players created yet",
|
||||||
"no_players_found_with_that_name": "No players found with that name",
|
"no_players_found_with_that_name": "No players found with that name",
|
||||||
@@ -330,6 +337,7 @@
|
|||||||
"player_name": "Player name",
|
"player_name": "Player name",
|
||||||
"players": "Players",
|
"players": "Players",
|
||||||
"players_count": "{count} Players",
|
"players_count": "{count} Players",
|
||||||
|
"privacy_policy": "Privacy Policy",
|
||||||
"quick_create": "Quick Create",
|
"quick_create": "Quick Create",
|
||||||
"recent_matches": "Recent Matches",
|
"recent_matches": "Recent Matches",
|
||||||
"ruleset": "Ruleset",
|
"ruleset": "Ruleset",
|
||||||
|
|||||||
@@ -176,6 +176,12 @@ abstract class AppLocalizations {
|
|||||||
/// **'Create new match'**
|
/// **'Create new match'**
|
||||||
String get create_new_match;
|
String get create_new_match;
|
||||||
|
|
||||||
|
/// Data label
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Data'**
|
||||||
|
String get data;
|
||||||
|
|
||||||
/// Success message after deleting data
|
/// Success message after deleting data
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -302,36 +308,30 @@ abstract class AppLocalizations {
|
|||||||
/// **'Invalid Schema'**
|
/// **'Invalid Schema'**
|
||||||
String get invalid_schema;
|
String get invalid_schema;
|
||||||
|
|
||||||
/// Licenses menu item
|
|
||||||
///
|
|
||||||
/// In en, this message translates to:
|
|
||||||
/// **'Licenses'**
|
|
||||||
String get licenses;
|
|
||||||
|
|
||||||
/// Message when no licenses are found
|
|
||||||
///
|
|
||||||
/// In en, this message translates to:
|
|
||||||
/// **'No licenses found'**
|
|
||||||
String get no_licenses_found;
|
|
||||||
|
|
||||||
/// Message when no license text is available
|
|
||||||
///
|
|
||||||
/// In en, this message translates to:
|
|
||||||
/// **'No license text available'**
|
|
||||||
String get no_license_text_available;
|
|
||||||
|
|
||||||
/// Error label
|
|
||||||
///
|
|
||||||
/// In en, this message translates to:
|
|
||||||
/// **'Error'**
|
|
||||||
String get error;
|
|
||||||
|
|
||||||
/// Title for least points ruleset
|
/// Title for least points ruleset
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Least Points'**
|
/// **'Least Points'**
|
||||||
String get least_points;
|
String get least_points;
|
||||||
|
|
||||||
|
/// Legal section header
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Legal'**
|
||||||
|
String get legal;
|
||||||
|
|
||||||
|
/// Legal notice menu item
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Legal Notice'**
|
||||||
|
String get legal_notice;
|
||||||
|
|
||||||
|
/// Licenses menu item
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Licenses'**
|
||||||
|
String get licenses;
|
||||||
|
|
||||||
/// Message when match is in progress
|
/// Message when match is in progress
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -350,12 +350,6 @@ abstract class AppLocalizations {
|
|||||||
/// **'Matches'**
|
/// **'Matches'**
|
||||||
String get matches;
|
String get matches;
|
||||||
|
|
||||||
/// Menu label
|
|
||||||
///
|
|
||||||
/// In en, this message translates to:
|
|
||||||
/// **'Menu'**
|
|
||||||
String get menu;
|
|
||||||
|
|
||||||
/// Title for most points ruleset
|
/// Title for most points ruleset
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -374,6 +368,18 @@ abstract class AppLocalizations {
|
|||||||
/// **'No groups created yet'**
|
/// **'No groups created yet'**
|
||||||
String get no_groups_created_yet;
|
String get no_groups_created_yet;
|
||||||
|
|
||||||
|
/// Message when no licenses are found
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'No licenses found'**
|
||||||
|
String get no_licenses_found;
|
||||||
|
|
||||||
|
/// Message when no license text is available
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'No license text available'**
|
||||||
|
String get no_license_text_available;
|
||||||
|
|
||||||
/// Message when no matches exist
|
/// Message when no matches exist
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -452,6 +458,12 @@ abstract class AppLocalizations {
|
|||||||
/// **'{count} Players'**
|
/// **'{count} Players'**
|
||||||
String players_count(int count);
|
String players_count(int count);
|
||||||
|
|
||||||
|
/// Privacy policy menu item
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Privacy Policy'**
|
||||||
|
String get privacy_policy;
|
||||||
|
|
||||||
/// Title for quick create section
|
/// Title for quick create section
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -518,7 +530,7 @@ abstract class AppLocalizations {
|
|||||||
/// **'Selected players'**
|
/// **'Selected players'**
|
||||||
String get selected_players;
|
String get selected_players;
|
||||||
|
|
||||||
/// Settings label
|
/// Label for the App Settings
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'Settings'**
|
/// **'Settings'**
|
||||||
|
|||||||
@@ -49,6 +49,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get create_new_match => 'Neues Spiel erstellen';
|
String get create_new_match => 'Neues Spiel erstellen';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get data => 'Daten';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get data_successfully_deleted => 'Daten erfolgreich gelöscht';
|
String get data_successfully_deleted => 'Daten erfolgreich gelöscht';
|
||||||
|
|
||||||
@@ -115,21 +118,18 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get invalid_schema => 'Ungültiges Schema';
|
String get invalid_schema => 'Ungültiges Schema';
|
||||||
|
|
||||||
@override
|
|
||||||
String get licenses => 'Lizenzen';
|
|
||||||
|
|
||||||
@override
|
|
||||||
String get no_licenses_found => 'Keine Lizenzen gefunden';
|
|
||||||
|
|
||||||
@override
|
|
||||||
String get no_license_text_available => 'Kein Lizenztext verfügbar';
|
|
||||||
|
|
||||||
@override
|
|
||||||
String get error => 'Fehler';
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get least_points => 'Niedrigste Punkte';
|
String get least_points => 'Niedrigste Punkte';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get legal => 'Rechtliches';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get legal_notice => 'Impressum';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get licenses => 'Lizenzen';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get match_in_progress => 'Spiel läuft...';
|
String get match_in_progress => 'Spiel läuft...';
|
||||||
|
|
||||||
@@ -139,9 +139,6 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get matches => 'Spiele';
|
String get matches => 'Spiele';
|
||||||
|
|
||||||
@override
|
|
||||||
String get menu => 'Menü';
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get most_points => 'Höchste Punkte';
|
String get most_points => 'Höchste Punkte';
|
||||||
|
|
||||||
@@ -151,6 +148,12 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get no_groups_created_yet => 'Noch keine Gruppen erstellt';
|
String get no_groups_created_yet => 'Noch keine Gruppen erstellt';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get no_licenses_found => 'Keine Lizenzen gefunden';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get no_license_text_available => 'Kein Lizenztext verfügbar';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get no_matches_created_yet => 'Noch keine Spiele erstellt';
|
String get no_matches_created_yet => 'Noch keine Spiele erstellt';
|
||||||
|
|
||||||
@@ -193,6 +196,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
return '$count Spieler';
|
return '$count Spieler';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get privacy_policy => 'Datenschutzerklärung';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get quick_create => 'Schnellzugriff';
|
String get quick_create => 'Schnellzugriff';
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get create_new_match => 'Create new match';
|
String get create_new_match => 'Create new match';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get data => 'Data';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get data_successfully_deleted => 'Data successfully deleted';
|
String get data_successfully_deleted => 'Data successfully deleted';
|
||||||
|
|
||||||
@@ -115,21 +118,18 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get invalid_schema => 'Invalid Schema';
|
String get invalid_schema => 'Invalid Schema';
|
||||||
|
|
||||||
@override
|
|
||||||
String get licenses => 'Licenses';
|
|
||||||
|
|
||||||
@override
|
|
||||||
String get no_licenses_found => 'No licenses found';
|
|
||||||
|
|
||||||
@override
|
|
||||||
String get no_license_text_available => 'No license text available';
|
|
||||||
|
|
||||||
@override
|
|
||||||
String get error => 'Error';
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get least_points => 'Least Points';
|
String get least_points => 'Least Points';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get legal => 'Legal';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get legal_notice => 'Legal Notice';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get licenses => 'Licenses';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get match_in_progress => 'Match in progress...';
|
String get match_in_progress => 'Match in progress...';
|
||||||
|
|
||||||
@@ -139,9 +139,6 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get matches => 'Matches';
|
String get matches => 'Matches';
|
||||||
|
|
||||||
@override
|
|
||||||
String get menu => 'Menu';
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get most_points => 'Most Points';
|
String get most_points => 'Most Points';
|
||||||
|
|
||||||
@@ -151,6 +148,12 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get no_groups_created_yet => 'No groups created yet';
|
String get no_groups_created_yet => 'No groups created yet';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get no_licenses_found => 'No licenses found';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get no_license_text_available => 'No license text available';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get no_matches_created_yet => 'No matches created yet';
|
String get no_matches_created_yet => 'No matches created yet';
|
||||||
|
|
||||||
@@ -193,6 +196,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
return '$count Players';
|
return '$count Players';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get privacy_policy => 'Privacy Policy';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get quick_create => 'Quick Create';
|
String get quick_create => 'Quick Create';
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
||||||
import 'package:game_tracker/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart';
|
import 'package:game_tracker/presentation/views/main_menu/settings_view/licenses/oss_licenses.dart';
|
||||||
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
class LicenseDetailView extends StatelessWidget {
|
class LicenseDetailView extends StatelessWidget {
|
||||||
final Package package;
|
final Package package;
|
||||||
@@ -22,30 +23,53 @@ class LicenseDetailView extends StatelessWidget {
|
|||||||
Center(
|
Center(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Row(
|
||||||
package.name,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
textAlign: TextAlign.center,
|
children: [
|
||||||
style: const TextStyle(
|
Container(
|
||||||
fontSize: 24,
|
margin: const EdgeInsetsGeometry.only(right: 15),
|
||||||
fontWeight: FontWeight.bold,
|
width: 60,
|
||||||
),
|
height: 60,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: CustomTheme.primaryColor.withAlpha(40),
|
||||||
|
borderRadius: BorderRadius.circular(10),
|
||||||
|
),
|
||||||
|
child: Icon(
|
||||||
|
Icons.description,
|
||||||
|
color: CustomTheme.primaryColor,
|
||||||
|
size: 30,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Text(
|
||||||
|
package.name,
|
||||||
|
textAlign: TextAlign.left,
|
||||||
|
style: const TextStyle(
|
||||||
|
height: 0,
|
||||||
|
fontSize: 24,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (package.version != null) ...[
|
||||||
|
Text(
|
||||||
|
'Version ${package.version}',
|
||||||
|
textAlign: TextAlign.left,
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 14,
|
||||||
|
color: Colors.grey.shade300,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
if (package.version != null) ...[
|
|
||||||
const SizedBox(height: 8),
|
|
||||||
Text(
|
|
||||||
'Version ${package.version}',
|
|
||||||
textAlign: TextAlign.center,
|
|
||||||
style: TextStyle(
|
|
||||||
fontSize: 14,
|
|
||||||
color: Colors.grey.shade300,
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
if (package.authors.isNotEmpty) ...[
|
if (package.authors.isNotEmpty) ...[
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
Text(
|
SelectableText(
|
||||||
package.authors.join(', '),
|
package.authors.join(', '),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@@ -56,20 +80,30 @@ class LicenseDetailView extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
if (package.homepage != null &&
|
if (package.homepage != null &&
|
||||||
package.homepage!.isNotEmpty) ...[
|
package.homepage!.isNotEmpty) ...[
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 8),
|
||||||
Text(
|
GestureDetector(
|
||||||
package.homepage!,
|
onTap: () async {
|
||||||
textAlign: TextAlign.center,
|
final uri = Uri.parse(package.homepage!);
|
||||||
style: TextStyle(
|
if (await canLaunchUrl(uri)) {
|
||||||
fontSize: 12,
|
launchUrl(uri);
|
||||||
color: Colors.grey.shade500,
|
}
|
||||||
|
},
|
||||||
|
child: Text(
|
||||||
|
package.homepage!,
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 12,
|
||||||
|
color: CustomTheme.secondaryColor,
|
||||||
|
decoration: TextDecoration.underline,
|
||||||
|
decorationColor: CustomTheme.secondaryColor,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 24),
|
const SizedBox(height: 20),
|
||||||
Container(
|
Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 16),
|
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 16),
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ const allDependencies = <Package>[
|
|||||||
_cross_file,
|
_cross_file,
|
||||||
_crypto,
|
_crypto,
|
||||||
_csslib,
|
_csslib,
|
||||||
|
_cupertino_icons,
|
||||||
_dart_pubspec_licenses,
|
_dart_pubspec_licenses,
|
||||||
_dart_style,
|
_dart_style,
|
||||||
_dbus,
|
_dbus,
|
||||||
@@ -153,28 +154,29 @@ const allDependencies = <Package>[
|
|||||||
/// Direct `dependencies`.
|
/// Direct `dependencies`.
|
||||||
const dependencies = <Package>[
|
const dependencies = <Package>[
|
||||||
_flutter,
|
_flutter,
|
||||||
|
_clock,
|
||||||
|
_cupertino_icons,
|
||||||
_drift,
|
_drift,
|
||||||
_drift_flutter,
|
_drift_flutter,
|
||||||
|
_file_picker,
|
||||||
|
_file_saver,
|
||||||
|
_font_awesome_flutter,
|
||||||
|
_intl,
|
||||||
|
_json_schema,
|
||||||
|
_package_info_plus,
|
||||||
_path_provider,
|
_path_provider,
|
||||||
_provider,
|
_provider,
|
||||||
_skeletonizer,
|
_skeletonizer,
|
||||||
_uuid,
|
_url_launcher,
|
||||||
_file_picker,
|
_uuid
|
||||||
_json_schema,
|
|
||||||
_file_saver,
|
|
||||||
_clock,
|
|
||||||
_intl,
|
|
||||||
_package_info_plus,
|
|
||||||
_font_awesome_flutter,
|
|
||||||
_url_launcher
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Direct `dev_dependencies`.
|
/// Direct `dev_dependencies`.
|
||||||
const devDependencies = <Package>[
|
const devDependencies = <Package>[
|
||||||
|
_build_runner,
|
||||||
_dart_pubspec_licenses,
|
_dart_pubspec_licenses,
|
||||||
_flutter_lints,
|
|
||||||
_drift_dev,
|
_drift_dev,
|
||||||
_build_runner
|
_flutter_lints
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Package license definition.
|
/// Package license definition.
|
||||||
@@ -1468,6 +1470,40 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.''',
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.''',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/// cupertino_icons 1.0.8
|
||||||
|
const _cupertino_icons = Package(
|
||||||
|
name: 'cupertino_icons',
|
||||||
|
description: 'Default icons asset for Cupertino widgets based on Apple styled icons',
|
||||||
|
repository: 'https://github.com/flutter/packages/tree/main/third_party/packages/cupertino_icons',
|
||||||
|
authors: [],
|
||||||
|
version: '1.0.8',
|
||||||
|
spdxIdentifiers: ['MIT'],
|
||||||
|
isMarkdown: false,
|
||||||
|
isSdk: false,
|
||||||
|
dependencies: [],
|
||||||
|
devDependencies: [PackageRef('flutter')],
|
||||||
|
license: '''The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2016 Vladimir Kharlampidi
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.''',
|
||||||
|
);
|
||||||
|
|
||||||
/// dart_pubspec_licenses 3.0.15
|
/// dart_pubspec_licenses 3.0.15
|
||||||
const _dart_pubspec_licenses = Package(
|
const _dart_pubspec_licenses = Package(
|
||||||
name: 'dart_pubspec_licenses',
|
name: 'dart_pubspec_licenses',
|
||||||
@@ -7255,16 +7291,16 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||||||
SOFTWARE.''',
|
SOFTWARE.''',
|
||||||
);
|
);
|
||||||
|
|
||||||
/// game_tracker 0.0.4+111
|
/// game_tracker 0.0.5+127
|
||||||
const _game_tracker = Package(
|
const _game_tracker = Package(
|
||||||
name: 'game_tracker',
|
name: 'game_tracker',
|
||||||
description: 'Game Tracking App for Card Games',
|
description: 'Game Tracking App for Card Games',
|
||||||
authors: [],
|
authors: [],
|
||||||
version: '0.0.4+111',
|
version: '0.0.5+127',
|
||||||
spdxIdentifiers: [],
|
spdxIdentifiers: [],
|
||||||
isMarkdown: false,
|
isMarkdown: false,
|
||||||
isSdk: false,
|
isSdk: false,
|
||||||
dependencies: [PackageRef('flutter'), PackageRef('drift'), PackageRef('drift_flutter'), PackageRef('path_provider'), PackageRef('provider'), PackageRef('skeletonizer'), PackageRef('uuid'), PackageRef('file_picker'), PackageRef('json_schema'), PackageRef('file_saver'), PackageRef('clock'), PackageRef('intl'), PackageRef('package_info_plus'), PackageRef('font_awesome_flutter'), PackageRef('url_launcher')],
|
dependencies: [PackageRef('flutter'), PackageRef('clock'), PackageRef('cupertino_icons'), PackageRef('drift'), PackageRef('drift_flutter'), PackageRef('file_picker'), PackageRef('file_saver'), PackageRef('font_awesome_flutter'), PackageRef('intl'), PackageRef('json_schema'), PackageRef('package_info_plus'), PackageRef('path_provider'), PackageRef('provider'), PackageRef('skeletonizer'), PackageRef('url_launcher'), PackageRef('uuid')],
|
||||||
devDependencies: [PackageRef('dart_pubspec_licenses'), PackageRef('flutter_lints'), PackageRef('drift_dev'), PackageRef('build_runner')],
|
devDependencies: [PackageRef('build_runner'), PackageRef('dart_pubspec_licenses'), PackageRef('drift_dev'), PackageRef('flutter_lints')],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ class LicensesView extends StatelessWidget {
|
|||||||
itemBuilder: (context, index) {
|
itemBuilder: (context, index) {
|
||||||
final package = allDependencies[index];
|
final package = allDependencies[index];
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 12),
|
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
|
||||||
child: LicenseTile(package: package),
|
child: LicenseTile(package: package),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -40,172 +40,190 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
appBar: AppBar(backgroundColor: CustomTheme.backgroundColor),
|
appBar: AppBar(backgroundColor: CustomTheme.backgroundColor),
|
||||||
backgroundColor: CustomTheme.backgroundColor,
|
backgroundColor: CustomTheme.backgroundColor,
|
||||||
body: Column(
|
body: SingleChildScrollView(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: [
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
Padding(
|
children: [
|
||||||
padding: const EdgeInsets.fromLTRB(24, 0, 24, 10),
|
Padding(
|
||||||
child: Text(
|
padding: const EdgeInsets.only(left: 16, bottom: 10),
|
||||||
textAlign: TextAlign.start,
|
child: Text(
|
||||||
loc.menu,
|
textAlign: TextAlign.start,
|
||||||
style: const TextStyle(
|
loc.settings,
|
||||||
fontSize: 28,
|
style: const TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontSize: 28,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
Padding(
|
||||||
Padding(
|
padding: const EdgeInsets.only(left: 16, top: 10, bottom: 10),
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 10),
|
child: Text(
|
||||||
child: Text(
|
textAlign: TextAlign.start,
|
||||||
textAlign: TextAlign.start,
|
loc.data,
|
||||||
loc.settings,
|
style: const TextStyle(
|
||||||
style: const TextStyle(
|
fontSize: 22,
|
||||||
fontSize: 22,
|
fontWeight: FontWeight.bold,
|
||||||
fontWeight: FontWeight.bold,
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
SettingsListTile(
|
||||||
SettingsListTile(
|
title: loc.export_data,
|
||||||
title: loc.export_data,
|
icon: Icons.upload,
|
||||||
icon: Icons.upload_rounded,
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
onPressed: () async {
|
||||||
onPressed: () async {
|
final String json =
|
||||||
final String json = await DataTransferService.getAppDataAsJson(
|
await DataTransferService.getAppDataAsJson(context);
|
||||||
context,
|
final result = await DataTransferService.exportData(
|
||||||
);
|
json,
|
||||||
final result = await DataTransferService.exportData(
|
'game_tracker-data',
|
||||||
json,
|
);
|
||||||
'game_tracker-data',
|
if (!context.mounted) return;
|
||||||
);
|
showExportSnackBar(context: context, result: result);
|
||||||
if (!context.mounted) return;
|
},
|
||||||
showExportSnackBar(context: context, result: result);
|
),
|
||||||
},
|
SettingsListTile(
|
||||||
),
|
title: loc.import_data,
|
||||||
SettingsListTile(
|
icon: Icons.download,
|
||||||
title: loc.import_data,
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
icon: Icons.download_rounded,
|
onPressed: () async {
|
||||||
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
final result = await DataTransferService.importData(context);
|
||||||
onPressed: () async {
|
if (!context.mounted) return;
|
||||||
final result = await DataTransferService.importData(context);
|
showImportSnackBar(context: context, result: result);
|
||||||
if (!context.mounted) return;
|
},
|
||||||
showImportSnackBar(context: context, result: result);
|
),
|
||||||
},
|
SettingsListTile(
|
||||||
),
|
title: loc.delete_all_data,
|
||||||
SettingsListTile(
|
icon: Icons.delete,
|
||||||
title: loc.delete_all_data,
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
icon: Icons.delete_rounded,
|
onPressed: () {
|
||||||
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
showDialog<bool>(
|
||||||
onPressed: () {
|
context: context,
|
||||||
showDialog<bool>(
|
builder: (context) => AlertDialog(
|
||||||
context: context,
|
title: Text('${loc.delete_all_data}?'),
|
||||||
builder: (context) => AlertDialog(
|
content: Text(loc.this_cannot_be_undone),
|
||||||
title: Text('${loc.delete_all_data}?'),
|
actions: [
|
||||||
content: Text(loc.this_cannot_be_undone),
|
TextButton(
|
||||||
actions: [
|
onPressed: () => Navigator.of(context).pop(false),
|
||||||
TextButton(
|
child: Text(loc.cancel),
|
||||||
onPressed: () => Navigator.of(context).pop(false),
|
),
|
||||||
child: Text(loc.cancel),
|
TextButton(
|
||||||
|
onPressed: () => Navigator.of(context).pop(true),
|
||||||
|
child: Text(loc.delete),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
).then((confirmed) {
|
||||||
|
if (confirmed == true && context.mounted) {
|
||||||
|
DataTransferService.deleteAllData(context);
|
||||||
|
showSnackbar(
|
||||||
|
context: context,
|
||||||
|
message: AppLocalizations.of(
|
||||||
|
context,
|
||||||
|
).data_successfully_deleted,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(left: 16, top: 10, bottom: 10),
|
||||||
|
child: Text(
|
||||||
|
textAlign: TextAlign.start,
|
||||||
|
loc.legal,
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 22,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
SettingsListTile(
|
||||||
|
title: loc.licenses,
|
||||||
|
icon: Icons.insert_drive_file,
|
||||||
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
|
onPressed: () {
|
||||||
|
Navigator.of(context).push(
|
||||||
|
MaterialPageRoute(
|
||||||
|
builder: (context) => const LicensesView(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
SettingsListTile(
|
||||||
|
title: loc.legal_notice,
|
||||||
|
icon: Icons.account_balance_sharp,
|
||||||
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
|
onPressed: null,
|
||||||
|
),
|
||||||
|
SettingsListTile(
|
||||||
|
title: loc.privacy_policy,
|
||||||
|
icon: Icons.gpp_good_rounded,
|
||||||
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
|
onPressed: null,
|
||||||
|
),
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(top: 30, bottom: 20),
|
||||||
|
child: Center(
|
||||||
|
child: Column(
|
||||||
|
spacing: 4,
|
||||||
|
children: [
|
||||||
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(bottom: 12),
|
||||||
|
child: Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
spacing: 40,
|
||||||
|
children: [
|
||||||
|
GestureDetector(
|
||||||
|
child: const Icon(Icons.language),
|
||||||
|
onTap: () => {
|
||||||
|
launchUrl(Uri.parse('https://liquid-dev.de')),
|
||||||
|
},
|
||||||
|
),
|
||||||
|
GestureDetector(
|
||||||
|
child: const FaIcon(FontAwesomeIcons.github),
|
||||||
|
onTap: () => {
|
||||||
|
launchUrl(
|
||||||
|
Uri.parse(
|
||||||
|
'https://github.com/liquiddevelopmentde',
|
||||||
|
),
|
||||||
|
),
|
||||||
|
},
|
||||||
|
),
|
||||||
|
GestureDetector(
|
||||||
|
child: Icon(
|
||||||
|
Platform.isIOS
|
||||||
|
? CupertinoIcons.mail_solid
|
||||||
|
: Icons.email,
|
||||||
|
),
|
||||||
|
onTap: () => launchUrl(
|
||||||
|
Uri.parse('mailto:hi@liquid-dev.de'),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
TextButton(
|
Text(
|
||||||
onPressed: () => Navigator.of(context).pop(true),
|
'© ${DateFormat('yyyy').format(DateTime.now())} Liquid Development',
|
||||||
child: Text(loc.delete),
|
style: TextStyle(
|
||||||
|
color: Colors.grey.shade600,
|
||||||
|
fontSize: 14,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Text(
|
||||||
|
'Version ${_packageInfo.version} (${_packageInfo.buildNumber})',
|
||||||
|
style: TextStyle(
|
||||||
|
color: Colors.grey.shade600,
|
||||||
|
fontSize: 14,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
).then((confirmed) {
|
|
||||||
if (confirmed == true && context.mounted) {
|
|
||||||
DataTransferService.deleteAllData(context);
|
|
||||||
showSnackbar(
|
|
||||||
context: context,
|
|
||||||
message: AppLocalizations.of(
|
|
||||||
context,
|
|
||||||
).data_successfully_deleted,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
),
|
|
||||||
const Padding(
|
|
||||||
padding: EdgeInsets.symmetric(horizontal: 24, vertical: 10),
|
|
||||||
child: Text(
|
|
||||||
textAlign: TextAlign.start,
|
|
||||||
'App',
|
|
||||||
style: TextStyle(fontSize: 22, fontWeight: FontWeight.bold),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
SettingsListTile(
|
|
||||||
title: loc.licenses,
|
|
||||||
icon: Icons.insert_drive_file,
|
|
||||||
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
|
||||||
onPressed: () {
|
|
||||||
Navigator.of(context).push(
|
|
||||||
MaterialPageRoute(builder: (context) => const LicensesView()),
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
const Spacer(),
|
|
||||||
Padding(
|
|
||||||
padding: const EdgeInsets.all(20),
|
|
||||||
child: Center(
|
|
||||||
child: Column(
|
|
||||||
spacing: 4,
|
|
||||||
children: [
|
|
||||||
Padding(
|
|
||||||
padding: const EdgeInsets.only(bottom: 12),
|
|
||||||
child: Row(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
|
||||||
spacing: 40,
|
|
||||||
children: [
|
|
||||||
GestureDetector(
|
|
||||||
child: const Icon(Icons.language),
|
|
||||||
onTap: () => {
|
|
||||||
launchUrl(Uri.parse('https://liquid-dev.de')),
|
|
||||||
},
|
|
||||||
),
|
|
||||||
GestureDetector(
|
|
||||||
child: const FaIcon(FontAwesomeIcons.github),
|
|
||||||
onTap: () => {
|
|
||||||
launchUrl(
|
|
||||||
Uri.parse(
|
|
||||||
'https://github.com/liquiddevelopmentde',
|
|
||||||
),
|
|
||||||
),
|
|
||||||
},
|
|
||||||
),
|
|
||||||
GestureDetector(
|
|
||||||
child: Icon(
|
|
||||||
Platform.isIOS
|
|
||||||
? CupertinoIcons.mail_solid
|
|
||||||
: Icons.email,
|
|
||||||
),
|
|
||||||
onTap: () =>
|
|
||||||
launchUrl(Uri.parse('mailto:hi@liquid-dev.de')),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Text(
|
|
||||||
'© ${DateFormat('yyyy').format(DateTime.now())} Liquid Development',
|
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.grey.shade600,
|
|
||||||
fontSize: 14,
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Text(
|
|
||||||
'Version ${_packageInfo.version} (${_packageInfo.buildNumber})',
|
|
||||||
style: TextStyle(
|
|
||||||
color: Colors.grey.shade600,
|
|
||||||
fontSize: 14,
|
|
||||||
fontWeight: FontWeight.w600,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
],
|
||||||
],
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
@@ -282,6 +300,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Initializes the package information.
|
||||||
Future<void> _initPackageInfo() async {
|
Future<void> _initPackageInfo() async {
|
||||||
final info = await PackageInfo.fromPlatform();
|
final info = await PackageInfo.fromPlatform();
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|||||||
@@ -19,32 +19,85 @@ class LicenseTile extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 12),
|
margin: const EdgeInsets.only(bottom: 8),
|
||||||
decoration: CustomTheme.standardBoxDecoration,
|
padding: const EdgeInsets.all(16),
|
||||||
|
decoration: CustomTheme.standardBoxDecoration.copyWith(
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
|
Container(
|
||||||
|
width: 48,
|
||||||
|
height: 48,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: CustomTheme.primaryColor.withAlpha(40),
|
||||||
|
borderRadius: BorderRadius.circular(10),
|
||||||
|
),
|
||||||
|
child: Icon(
|
||||||
|
Icons.description,
|
||||||
|
color: CustomTheme.primaryColor,
|
||||||
|
size: 24,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(width: 16),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Row(
|
||||||
package.name,
|
children: [
|
||||||
style: const TextStyle(
|
Flexible(
|
||||||
fontSize: 16,
|
child: Text(
|
||||||
fontWeight: FontWeight.w600,
|
package.name,
|
||||||
),
|
overflow: TextOverflow.ellipsis,
|
||||||
|
maxLines: 1,
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 16,
|
||||||
|
fontWeight: FontWeight.w600,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
if (package.version != null &&
|
||||||
|
package.version!.isNotEmpty) ...[
|
||||||
|
const SizedBox(width: 12),
|
||||||
|
Container(
|
||||||
|
padding: const EdgeInsets.symmetric(
|
||||||
|
horizontal: 8,
|
||||||
|
vertical: 2,
|
||||||
|
),
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: CustomTheme.onBoxColor,
|
||||||
|
borderRadius: BorderRadius.circular(6),
|
||||||
|
),
|
||||||
|
child: Text(
|
||||||
|
'v${package.version}',
|
||||||
|
style: TextStyle(
|
||||||
|
fontSize: 11,
|
||||||
|
color: Colors.grey.shade500,
|
||||||
|
fontWeight: FontWeight.w500,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Text(
|
Text(
|
||||||
package.description,
|
package.description,
|
||||||
maxLines: 1,
|
maxLines: 2,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(fontSize: 12, color: Colors.grey.shade400),
|
style: TextStyle(
|
||||||
|
fontSize: 13,
|
||||||
|
color: Colors.grey.shade400,
|
||||||
|
height: 1.3,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const Icon(Icons.arrow_forward_ios, size: 16),
|
const SizedBox(width: 12),
|
||||||
|
// Arrow Icon
|
||||||
|
Icon(Icons.chevron_right, color: Colors.grey.shade600, size: 24),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class SettingsListTile extends StatelessWidget {
|
|||||||
onTap: onPressed ?? () {},
|
onTap: onPressed ?? () {},
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: EdgeInsets.zero,
|
margin: EdgeInsets.zero,
|
||||||
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 14),
|
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 12),
|
||||||
decoration: CustomTheme.standardBoxDecoration,
|
decoration: CustomTheme.standardBoxDecoration,
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
@@ -47,12 +47,17 @@ class SettingsListTile extends StatelessWidget {
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.all(8),
|
width: 44,
|
||||||
|
height: 44,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: CustomTheme.primaryColor,
|
color: CustomTheme.primaryColor.withAlpha(40),
|
||||||
shape: BoxShape.circle,
|
borderRadius: BorderRadius.circular(10),
|
||||||
|
),
|
||||||
|
child: Icon(
|
||||||
|
icon,
|
||||||
|
size: 28,
|
||||||
|
color: CustomTheme.primaryColor.withGreen(40),
|
||||||
),
|
),
|
||||||
child: Icon(icon, size: 24),
|
|
||||||
),
|
),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
Text(title, style: const TextStyle(fontSize: 18)),
|
Text(title, style: const TextStyle(fontSize: 18)),
|
||||||
|
|||||||
@@ -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+122
|
version: 0.0.5+137
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
|
|||||||
Reference in New Issue
Block a user