Compare commits
60 Commits
7fc4bbfb13
...
refactorin
| Author | SHA1 | Date | |
|---|---|---|---|
| a479cea5be | |||
| bbd41a65df | |||
| 2cadab004d | |||
| 6a3e184a95 | |||
| 5350113ee1 | |||
| bb79eecdfd | |||
| db51990695 | |||
| e483fc38f3 | |||
| 4019ed083f | |||
| 7be0b96491 | |||
| efdb5e0361 | |||
| 82ad2b74f8 | |||
| 4161e1e88b | |||
| d662680a34 | |||
| b69d2784df | |||
| d7f4b1c227 | |||
| 7a1752f773 | |||
| 57357f8aad | |||
| 806ed200f7 | |||
| d5bd0bca5f | |||
| 8c41f6a255 | |||
| 70f570489a | |||
| fa7740101b | |||
| 5aa2a335e3 | |||
| 80e601c10e | |||
| 2124c523bc | |||
| 7d0da81cf5 | |||
| cd3a5c2a49 | |||
| 4628e96456 | |||
| da61f45e8e | |||
| 9344f8212c | |||
| 6d42d59bad | |||
| 46118c274c | |||
| ab06662397 | |||
| 679f4c94d9 | |||
| 8bf2b9e3dd | |||
| cde40ef293 | |||
| 0fb6208345 | |||
| ec5a686f90 | |||
| f0c6dd8401 | |||
| 7bdad57cc8 | |||
| 5da1b6eecb | |||
| cdafd4bb6f | |||
| 6aee055df2 | |||
| 6d9871a5f0 | |||
| 4bbbcdd93f | |||
| fed5c55dd4 | |||
| c157644b44 | |||
| 5a5898787f | |||
| 9d3a45c01d | |||
| 485ac87fdb | |||
| 1ebcfc9e57 | |||
| 758f1e6c3a | |||
| 22ce742d43 | |||
| 3ceae8341b | |||
| 76ce3af643 | |||
| ab20bd764b | |||
| 8ca4e3210e | |||
| a480530919 | |||
| 799b7d8403 |
@@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Erstelle eine Meldung für etwas, das nicht Funktioniert, wie es soll.
|
|
||||||
title: ''
|
|
||||||
labels: 'Task/Bug'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Bug Report
|
|
||||||
|
|
||||||
## Beschreibung
|
|
||||||
[Eine klare und prägnante Beschreibung des Bugs]
|
|
||||||
|
|
||||||
## Schritte zur Reproduktion
|
|
||||||
1. Schritt 1
|
|
||||||
2. Schritt 2
|
|
||||||
3. ...
|
|
||||||
|
|
||||||
## Erwartetes Verhalten
|
|
||||||
[Was hätte passieren sollen]
|
|
||||||
|
|
||||||
## Tatsächliches Verhalten
|
|
||||||
[Was tatsächlich passiert ist]
|
|
||||||
|
|
||||||
## Screenshots/Protokolle
|
|
||||||
[Falls zutreffend, füge Screenshots, Error Logs oder Stack Traces hinzu]
|
|
||||||
|
|
||||||
## Umgebung
|
|
||||||
- Plattform: Android, iOS, Web
|
|
||||||
- OS: [z. B. iOS 18.5, Android 14]
|
|
||||||
- Flutter Version: [z.B. 3.35.6]
|
|
||||||
|
|
||||||
## Verwandte Issues
|
|
||||||
[Verweisen Sie auf ähnliche Issues oder PRs]
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
name: Enhancement
|
|
||||||
about: Enhancements for current features
|
|
||||||
title: ''
|
|
||||||
labels: 'Task\Enhancement'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Enhancement
|
|
||||||
|
|
||||||
## Aktuelles Verhalten
|
|
||||||
[Beschreibe die bestehende Funktionalität]
|
|
||||||
|
|
||||||
## Einschränkungen/Probleme
|
|
||||||
[Was sind die aktuellen Mängel?]
|
|
||||||
|
|
||||||
## Vorgeschlagene Verbesserung
|
|
||||||
[Wie kann das Problem bzw. die Einschränkung verbessert werden?]
|
|
||||||
|
|
||||||
## Zugehörige Issues
|
|
||||||
[Links zu verwandten oder blockierenden Issues]
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature
|
|
||||||
about: Neues Feature für die App
|
|
||||||
title: ''
|
|
||||||
labels: 'Task\Feature'
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Feature
|
|
||||||
|
|
||||||
## Beschreibung
|
|
||||||
[Ausführliche Erläuterung der vorgeschlagenen Funktion]
|
|
||||||
|
|
||||||
## Vorgeschlagene Lösung
|
|
||||||
[Beschreibe, wie die Feature funktionieren soll]
|
|
||||||
|
|
||||||
## Zugehörige Issues
|
|
||||||
[Links zu verwandten oder blockierenden Issues]
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
# [PR Titel]
|
|
||||||
|
|
||||||
**Zugehörige Issue(s):**
|
|
||||||
Closes `<issue-no>`
|
|
||||||
|
|
||||||
## Beschreibung
|
|
||||||
*Eine klare und prägnante Übersicht über die vorgenommenen Änderungen. Erläutere nicht nur das was gemacht wurde, sondern auch warum.*
|
|
||||||
|
|
||||||
## Änderungen
|
|
||||||
- [ ] Neue Funktion X hinzugefügt
|
|
||||||
- [ ] Bug in Komponente Y behoben
|
|
||||||
- [ ] Modul Z für bessere Leistung refactored
|
|
||||||
- [ ] Dependencies aktualisiert
|
|
||||||
|
|
||||||
## Zusätzliche Anmerkungen
|
|
||||||
*Gibt es zusätzlichen Kontext, Einschränkungen oder Informationen, die Reviewer wissen sollten?*
|
|
||||||
53
.gitea/issue_template/bug.yaml
Normal file
53
.gitea/issue_template/bug.yaml
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
name: Bug Report
|
||||||
|
about: Erstelle eine Bug Report
|
||||||
|
labels: 'Task/Bug'
|
||||||
|
title: ''
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Beschreibung
|
||||||
|
description: Beschreibe klar und pregnant das Fehlerverhalten
|
||||||
|
placeholder: |
|
||||||
|
- Was genau ist das unerwünschte Verhalten?
|
||||||
|
- Welche Auswirkungen hat der Fehler?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: reproduce
|
||||||
|
attributes:
|
||||||
|
label: Schritte zur Reproduktion
|
||||||
|
description: Beschreibe, wie der Fehler reproduziert werden kann
|
||||||
|
placeholder: |
|
||||||
|
- 1. Schritt 1
|
||||||
|
- 2. Schritt 2
|
||||||
|
- 3. ...
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: enviroment
|
||||||
|
attributes:
|
||||||
|
label: Umgebung
|
||||||
|
description: Gebe an, auf welchen Platformen dieser Fehler auftritt
|
||||||
|
list: false
|
||||||
|
multiple: true
|
||||||
|
options: ['Android', 'iOS']
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: Lösungsidee
|
||||||
|
description: Beschreibe, wie das Problem bzw. gelöst werden kann
|
||||||
|
placeholder: |
|
||||||
|
- Button X ändern, sodass ...
|
||||||
|
- Funktion X so erweitern, dass ...
|
||||||
|
- Design anpassen, sodass ...
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Verwandte Issues
|
||||||
|
description: Verweise auf ähnliche Issues oder PRs
|
||||||
|
placeholder: |
|
||||||
|
- Knüpft an Issue #35 an
|
||||||
|
- Ersetzt Issue #12
|
||||||
|
- Brauch Implementierung von #43
|
||||||
36
.gitea/issue_template/enhancement.yaml
Normal file
36
.gitea/issue_template/enhancement.yaml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
name: Enhancement
|
||||||
|
about: Erstelle ein Enhancement-Ticket
|
||||||
|
labels: 'Task/Enhancement'
|
||||||
|
title: ''
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Aktuelles Verhalten
|
||||||
|
description: Beschreibe, wie die Funktionalität aktuell gestaltet ist
|
||||||
|
placeholder: |
|
||||||
|
- Aktuell macht Button X folgendes ...
|
||||||
|
- Das Problem ist, dass ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: Vorgeschlagene Verbesserung
|
||||||
|
description: Beschreibe, wie das Problem bzw. die Einschränkung verbessert werden kann
|
||||||
|
placeholder: |
|
||||||
|
- Button X ändern, sodass ...
|
||||||
|
- Funktion X so erweitern, dass ...
|
||||||
|
- Design anpassen, sodass ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Zugehörige Issues
|
||||||
|
description: Links zu verwandten oder blockierenden Issues
|
||||||
|
placeholder: |
|
||||||
|
- Knüpft an Issue #35 an
|
||||||
|
- Ersetzt Issue #12
|
||||||
|
- Brauch Implementierung von #43
|
||||||
36
.gitea/issue_template/feature.yaml
Normal file
36
.gitea/issue_template/feature.yaml
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
name: Feature
|
||||||
|
about: Erstelle ein Feature-Ticket
|
||||||
|
labels: 'Task/Feature'
|
||||||
|
title: ''
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Beschreibung
|
||||||
|
description: Ausführliche Erläuterung der vorgeschlagenen Funktion
|
||||||
|
placeholder: |
|
||||||
|
- Welchen Zweck erfüllt das Feature?
|
||||||
|
- Welches Problem löst das Feature?
|
||||||
|
- Wer profitiert davon?
|
||||||
|
- Warum ist es wichtig?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: solution
|
||||||
|
attributes:
|
||||||
|
label: Vorgeschlagene Lösung
|
||||||
|
description: Beschreibe, wie das Feature funktionieren soll
|
||||||
|
placeholder: |
|
||||||
|
- Neues Widget, das folgendermaßen aussieht ...
|
||||||
|
- Neue Ansicht, die folgende Inhalte hat
|
||||||
|
- Neue Funktionsweise von Komponente XY
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Zugehörige Issues
|
||||||
|
description: Links zu verwandten oder blockierenden Issues
|
||||||
|
placeholder: |
|
||||||
|
- Knüpft an Issue #35 an
|
||||||
|
- Ersetzt Issue #12
|
||||||
|
- Brauch Implementierung von #43
|
||||||
47
.gitea/pull_request_template.yaml
Normal file
47
.gitea/pull_request_template.yaml
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
name: Pull Request
|
||||||
|
about: Vorlage für Pull Requests
|
||||||
|
title: "WIP: [Name des Issues]"
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: input
|
||||||
|
id: related_issue
|
||||||
|
attributes:
|
||||||
|
label: Zugehörige Issue(s)
|
||||||
|
description: Issues welche mit diesem Pull Request geschlossen werden sollen
|
||||||
|
placeholder: "Closes #123"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Beschreibung
|
||||||
|
description: |
|
||||||
|
Eine klare und prägnante Zusammenfassung aller vorgenommenen Änderungen.
|
||||||
|
placeholder: |
|
||||||
|
Was wurde geändert?
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: changes
|
||||||
|
attributes:
|
||||||
|
label: Änderungen
|
||||||
|
description: Liste alle Änderungen detailiert auf, die in diesem Pull Request vorgenommen wurden.
|
||||||
|
placeholder: |
|
||||||
|
- Neue Funktion X hinzugefügt
|
||||||
|
- Bug in Komponente X behoben
|
||||||
|
- Modul X für bessere Leistung refactored
|
||||||
|
- Dependencies aktualisiert
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional_notes
|
||||||
|
attributes:
|
||||||
|
label: Zusätzliche Anmerkungen
|
||||||
|
description: |
|
||||||
|
Gibt es zusätzlichen Kontext, Einschränkungen oder Informationen,
|
||||||
|
die Reviewer wissen sollten?
|
||||||
|
placeholder: |
|
||||||
|
- Bekannte Einschränkungen
|
||||||
|
- Offene TODOs
|
||||||
|
- Hinweise für Reviewer
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<application
|
<application
|
||||||
android:label="game_tracker"
|
android:label="game_tracker"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
@@ -42,5 +43,14 @@
|
|||||||
<action android:name="android.intent.action.PROCESS_TEXT"/>
|
<action android:name="android.intent.action.PROCESS_TEXT"/>
|
||||||
<data android:mimeType="text/plain"/>
|
<data android:mimeType="text/plain"/>
|
||||||
</intent>
|
</intent>
|
||||||
|
<!-- Required for url_launcher to open URLs in external browser -->
|
||||||
|
<intent>
|
||||||
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
<data android:scheme="http" />
|
||||||
|
</intent>
|
||||||
|
<intent>
|
||||||
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
<data android:scheme="https" />
|
||||||
|
</intent>
|
||||||
</queries>
|
</queries>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:flutter/cupertino.dart';
|
import 'package:flutter/cupertino.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
/// Returns a platform-adaptive page route based on the current platform.
|
||||||
|
/// - On iOS, it returns a [CupertinoPageRoute].
|
||||||
|
/// - On other platforms, it returns a [MaterialPageRoute].
|
||||||
Route<T> adaptivePageRoute<T>({
|
Route<T> adaptivePageRoute<T>({
|
||||||
required Widget Function(BuildContext) builder,
|
required Widget Function(BuildContext) builder,
|
||||||
bool fullscreenDialog = false,
|
bool fullscreenDialog = false,
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/// Application-wide constants
|
||||||
class Constants {
|
class Constants {
|
||||||
Constants._(); // Private constructor to prevent instantiation
|
Constants._(); // Private constructor to prevent instantiation
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
/// Theme class that defines colors, border radius, padding, and decorations
|
||||||
class CustomTheme {
|
class CustomTheme {
|
||||||
CustomTheme._(); // Private constructor to prevent instantiation
|
CustomTheme._(); // Private constructor to prevent instantiation
|
||||||
|
|
||||||
@@ -11,6 +12,8 @@ class CustomTheme {
|
|||||||
static Color onBoxColor = const Color(0xFF181818);
|
static Color onBoxColor = const Color(0xFF181818);
|
||||||
static Color boxBorder = const Color(0xFF272727);
|
static Color boxBorder = const Color(0xFF272727);
|
||||||
static const Color textColor = Colors.white;
|
static const Color textColor = Colors.white;
|
||||||
|
static Color navBarItemSelectedColor = primaryColor.withGreen(100);
|
||||||
|
static Color navBarItemUnselectedColor = Colors.grey.shade400;
|
||||||
|
|
||||||
// ==================== Border Radius ====================
|
// ==================== Border Radius ====================
|
||||||
static const double standardBorderRadius = 12.0;
|
static const double standardBorderRadius = 12.0;
|
||||||
|
|||||||
@@ -42,7 +42,6 @@
|
|||||||
"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",
|
||||||
@@ -73,13 +72,14 @@
|
|||||||
"search_for_players": "Nach Spieler:innen suchen",
|
"search_for_players": "Nach Spieler:innen suchen",
|
||||||
"select_winner": "Gewinner:in wählen:",
|
"select_winner": "Gewinner:in wählen:",
|
||||||
"selected_players": "Ausgewählte Spieler:innen",
|
"selected_players": "Ausgewählte Spieler:innen",
|
||||||
|
"settings": "Einstellungen",
|
||||||
"single_loser": "Ein:e Verlierer:in",
|
"single_loser": "Ein:e Verlierer:in",
|
||||||
"single_winner": "Ein:e Gewinner:in",
|
"single_winner": "Ein:e Gewinner:in",
|
||||||
"statistics": "Statistiken",
|
"statistics": "Statistiken",
|
||||||
"stats": "Statistiken",
|
"stats": "Statistiken",
|
||||||
"successfully_added_player": "Spieler:in {playerName} erfolgreich hinzugefügt",
|
"successfully_added_player": "Spieler:in {playerName} erfolgreich hinzugefügt",
|
||||||
"there_is_no_group_matching_your_search": "Es gibt keine Gruppe, die deiner Suche entspricht",
|
"there_is_no_group_matching_your_search": "Es gibt keine Gruppe, die deiner Suche entspricht",
|
||||||
"this_cannot_be_undone": "Dies kann nicht rückgängig gemacht werden",
|
"this_cannot_be_undone": "Dies kann nicht rückgängig gemacht werden.",
|
||||||
"today_at": "Heute um",
|
"today_at": "Heute um",
|
||||||
"undo": "Rückgängig",
|
"undo": "Rückgängig",
|
||||||
"unknown_exception": "Unbekannter Fehler (siehe Konsole)",
|
"unknown_exception": "Unbekannter Fehler (siehe Konsole)",
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
@@ -229,6 +226,9 @@
|
|||||||
"@selected_players": {
|
"@selected_players": {
|
||||||
"description": "Shows the number of selected players"
|
"description": "Shows the number of selected players"
|
||||||
},
|
},
|
||||||
|
"@settings": {
|
||||||
|
"description": "Label for the App Settings"
|
||||||
|
},
|
||||||
"@single_loser": {
|
"@single_loser": {
|
||||||
"description": "Title for single loser ruleset"
|
"description": "Title for single loser ruleset"
|
||||||
},
|
},
|
||||||
@@ -319,7 +319,6 @@
|
|||||||
"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",
|
||||||
@@ -350,13 +349,14 @@
|
|||||||
"search_for_players": "Search for players",
|
"search_for_players": "Search for players",
|
||||||
"select_winner": "Select Winner:",
|
"select_winner": "Select Winner:",
|
||||||
"selected_players": "Selected players",
|
"selected_players": "Selected players",
|
||||||
|
"settings": "Settings",
|
||||||
"single_loser": "Single Loser",
|
"single_loser": "Single Loser",
|
||||||
"single_winner": "Single Winner",
|
"single_winner": "Single Winner",
|
||||||
"statistics": "Statistics",
|
"statistics": "Statistics",
|
||||||
"stats": "Stats",
|
"stats": "Stats",
|
||||||
"successfully_added_player": "Successfully added player {playerName}",
|
"successfully_added_player": "Successfully added player {playerName}",
|
||||||
"there_is_no_group_matching_your_search": "There is no group matching your search",
|
"there_is_no_group_matching_your_search": "There is no group matching your search",
|
||||||
"this_cannot_be_undone": "This can't be undone",
|
"this_cannot_be_undone": "This can't be undone.",
|
||||||
"today_at": "Today at",
|
"today_at": "Today at",
|
||||||
"undo": "Undo",
|
"undo": "Undo",
|
||||||
"unknown_exception": "Unknown Exception (see console)",
|
"unknown_exception": "Unknown Exception (see console)",
|
||||||
|
|||||||
@@ -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:
|
||||||
@@ -536,6 +530,12 @@ abstract class AppLocalizations {
|
|||||||
/// **'Selected players'**
|
/// **'Selected players'**
|
||||||
String get selected_players;
|
String get selected_players;
|
||||||
|
|
||||||
|
/// Label for the App Settings
|
||||||
|
///
|
||||||
|
/// In en, this message translates to:
|
||||||
|
/// **'Settings'**
|
||||||
|
String get settings;
|
||||||
|
|
||||||
/// Title for single loser ruleset
|
/// Title for single loser ruleset
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
@@ -575,7 +575,7 @@ abstract class AppLocalizations {
|
|||||||
/// Warning message for irreversible actions
|
/// Warning message for irreversible actions
|
||||||
///
|
///
|
||||||
/// In en, this message translates to:
|
/// In en, this message translates to:
|
||||||
/// **'This can\'t be undone'**
|
/// **'This can\'t be undone.'**
|
||||||
String get this_cannot_be_undone;
|
String get this_cannot_be_undone;
|
||||||
|
|
||||||
/// Date format for today
|
/// Date format for today
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|
||||||
@@ -239,6 +236,9 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get selected_players => 'Ausgewählte Spieler:innen';
|
String get selected_players => 'Ausgewählte Spieler:innen';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get settings => 'Einstellungen';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get single_loser => 'Ein:e Verlierer:in';
|
String get single_loser => 'Ein:e Verlierer:in';
|
||||||
|
|
||||||
@@ -262,7 +262,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String get this_cannot_be_undone =>
|
String get this_cannot_be_undone =>
|
||||||
'Dies kann nicht rückgängig gemacht werden';
|
'Dies kann nicht rückgängig gemacht werden.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get today_at => 'Heute um';
|
String get today_at => 'Heute um';
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|
||||||
@@ -239,6 +236,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
@override
|
@override
|
||||||
String get selected_players => 'Selected players';
|
String get selected_players => 'Selected players';
|
||||||
|
|
||||||
|
@override
|
||||||
|
String get settings => 'Settings';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get single_loser => 'Single Loser';
|
String get single_loser => 'Single Loser';
|
||||||
|
|
||||||
@@ -261,7 +261,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||||||
'There is no group matching your search';
|
'There is no group matching your search';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get this_cannot_be_undone => 'This can\'t be undone';
|
String get this_cannot_be_undone => 'This can\'t be undone.';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get today_at => 'Today at';
|
String get today_at => 'Today at';
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
import 'dart:ui';
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/adaptive_page_route.dart';
|
import 'package:game_tracker/core/adaptive_page_route.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
@@ -10,6 +12,8 @@ import 'package:game_tracker/presentation/views/main_menu/statistics_view.dart';
|
|||||||
import 'package:game_tracker/presentation/widgets/navbar_item.dart';
|
import 'package:game_tracker/presentation/widgets/navbar_item.dart';
|
||||||
|
|
||||||
class CustomNavigationBar extends StatefulWidget {
|
class CustomNavigationBar extends StatefulWidget {
|
||||||
|
/// A custom navigation bar widget that provides tabbed navigation
|
||||||
|
/// between different views: Home, Matches, Groups, and Statistics.
|
||||||
const CustomNavigationBar({super.key});
|
const CustomNavigationBar({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -71,18 +75,66 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
backgroundColor: CustomTheme.backgroundColor,
|
backgroundColor: CustomTheme.backgroundColor,
|
||||||
body: tabs[currentIndex],
|
body: tabs[currentIndex],
|
||||||
extendBody: true,
|
extendBody: true,
|
||||||
bottomNavigationBar: SafeArea(
|
bottomNavigationBar: SizedBox(
|
||||||
minimum: const EdgeInsets.only(bottom: 30),
|
height: 70 + MediaQuery.of(context).padding.bottom,
|
||||||
child: Container(
|
child: Stack(
|
||||||
margin: const EdgeInsets.symmetric(horizontal: 12.0, vertical: 10),
|
children: [
|
||||||
decoration: BoxDecoration(
|
// Dynamically generated blur layers for ultra-smooth transition
|
||||||
borderRadius: BorderRadius.circular(24),
|
...List.generate(34, (index) {
|
||||||
color: CustomTheme.primaryColor,
|
// Use cubic curve for an even more natural, smoother transition
|
||||||
|
final progress = index / 34.0; // 0.0 to 1.0
|
||||||
|
final cubic = progress * progress * progress; // cubic curve
|
||||||
|
final blurStrength =
|
||||||
|
0.5 + (cubic * 50.0); // Very smooth from 0.5 to 50.5
|
||||||
|
|
||||||
|
// Height goes completely from 100% to 0% (all the way down)
|
||||||
|
// With extra density at the bottom for softer transition
|
||||||
|
final heightFactor = index < 25
|
||||||
|
// First 25 layers: 100% to 30%
|
||||||
|
? 1.0 - (progress * 0.7)
|
||||||
|
// Last 10 layers: 30% to 0% (denser)
|
||||||
|
: 0.3 - ((index - 25) / 34.0);
|
||||||
|
|
||||||
|
return Positioned(
|
||||||
|
left: 0,
|
||||||
|
right: 0,
|
||||||
|
bottom: 0,
|
||||||
|
height:
|
||||||
|
(70 + MediaQuery.of(context).padding.bottom) *
|
||||||
|
heightFactor.clamp(0.05, 1.0),
|
||||||
|
child: ClipRect(
|
||||||
|
child: BackdropFilter(
|
||||||
|
filter: ImageFilter.blur(
|
||||||
|
sigmaX: blurStrength,
|
||||||
|
sigmaY: blurStrength,
|
||||||
),
|
),
|
||||||
child: ClipRRect(
|
child: Container(color: Colors.transparent),
|
||||||
borderRadius: BorderRadius.circular(24),
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}),
|
||||||
|
// Gradient overlay
|
||||||
|
Positioned.fill(
|
||||||
|
child: Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
gradient: LinearGradient(
|
||||||
|
begin: Alignment.bottomCenter,
|
||||||
|
end: Alignment.topCenter,
|
||||||
|
colors: [
|
||||||
|
CustomTheme.boxColor.withValues(alpha: 1),
|
||||||
|
CustomTheme.boxColor.withValues(alpha: 0.5),
|
||||||
|
CustomTheme.boxColor.withValues(alpha: 0.2),
|
||||||
|
CustomTheme.boxColor.withValues(alpha: 0.0),
|
||||||
|
],
|
||||||
|
stops: const [0.0, 0.4, 0.8, 1],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
// Navbar content
|
||||||
|
SafeArea(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: 60,
|
height: 70,
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
@@ -118,6 +170,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import 'package:game_tracker/presentation/widgets/text_input/text_input_field.da
|
|||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class CreateGroupView extends StatefulWidget {
|
class CreateGroupView extends StatefulWidget {
|
||||||
|
/// A view that allows the user to create a new group
|
||||||
const CreateGroupView({super.key});
|
const CreateGroupView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -8,12 +8,13 @@ import 'package:game_tracker/data/dto/player.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/group_view/create_group_view.dart';
|
import 'package:game_tracker/presentation/views/main_menu/group_view/create_group_view.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/app_skeleton.dart';
|
import 'package:game_tracker/presentation/widgets/app_skeleton.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/buttons/custom_width_button.dart';
|
import 'package:game_tracker/presentation/widgets/buttons/main_menu_button.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/tiles/group_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/group_tile.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class GroupsView extends StatefulWidget {
|
class GroupsView extends StatefulWidget {
|
||||||
|
/// A view that displays a list of groups
|
||||||
const GroupsView({super.key});
|
const GroupsView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -79,10 +80,10 @@ class _GroupsViewState extends State<GroupsView> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
bottom: MediaQuery.paddingOf(context).bottom,
|
bottom: MediaQuery.paddingOf(context).bottom + 20,
|
||||||
child: CustomWidthButton(
|
child: MainMenuButton(
|
||||||
text: loc.create_group,
|
text: loc.create_group,
|
||||||
sizeRelativeToWidth: 0.90,
|
icon: Icons.group_add,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await Navigator.push(
|
await Navigator.push(
|
||||||
context,
|
context,
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ import 'package:game_tracker/presentation/widgets/tiles/quick_info_tile.dart';
|
|||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class HomeView extends StatefulWidget {
|
class HomeView extends StatefulWidget {
|
||||||
|
/// The main home view of the application, displaying quick info,
|
||||||
|
/// recent matches, and quick create options.
|
||||||
const HomeView({super.key});
|
const HomeView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -6,15 +6,21 @@ import 'package:game_tracker/presentation/widgets/text_input/custom_search_bar.d
|
|||||||
import 'package:game_tracker/presentation/widgets/tiles/title_description_list_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/title_description_list_tile.dart';
|
||||||
|
|
||||||
class ChooseGameView extends StatefulWidget {
|
class ChooseGameView extends StatefulWidget {
|
||||||
final List<(String, String, Ruleset)> games;
|
/// A view that allows the user to choose a game from a list of available games
|
||||||
final int initialGameIndex;
|
/// - [games]: A list of tuples containing the game name, description and ruleset
|
||||||
|
/// - [initialGameIndex]: The index of the initially selected game
|
||||||
const ChooseGameView({
|
const ChooseGameView({
|
||||||
super.key,
|
super.key,
|
||||||
required this.games,
|
required this.games,
|
||||||
required this.initialGameIndex,
|
required this.initialGameIndex,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/// A list of tuples containing the game name, description and ruleset
|
||||||
|
final List<(String, String, Ruleset)> games;
|
||||||
|
|
||||||
|
/// The index of the initially selected game
|
||||||
|
final int initialGameIndex;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<ChooseGameView> createState() => _ChooseGameViewState();
|
State<ChooseGameView> createState() => _ChooseGameViewState();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,15 +7,21 @@ import 'package:game_tracker/presentation/widgets/tiles/group_tile.dart';
|
|||||||
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
||||||
|
|
||||||
class ChooseGroupView extends StatefulWidget {
|
class ChooseGroupView extends StatefulWidget {
|
||||||
final List<Group> groups;
|
/// A view that allows the user to choose a group from a list of groups.
|
||||||
final String initialGroupId;
|
/// - [groups]: A list of available groups to choose from
|
||||||
|
/// - [initialGroupId]: The ID of the initially selected group
|
||||||
const ChooseGroupView({
|
const ChooseGroupView({
|
||||||
super.key,
|
super.key,
|
||||||
required this.groups,
|
required this.groups,
|
||||||
required this.initialGroupId,
|
required this.initialGroupId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/// A list of available groups to choose from
|
||||||
|
final List<Group> groups;
|
||||||
|
|
||||||
|
/// The ID of the initially selected group
|
||||||
|
final String initialGroupId;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<ChooseGroupView> createState() => _ChooseGroupViewState();
|
State<ChooseGroupView> createState() => _ChooseGroupViewState();
|
||||||
}
|
}
|
||||||
@@ -143,7 +149,8 @@ class _ChooseGroupViewState extends State<ChooseGroupView> {
|
|||||||
(group) =>
|
(group) =>
|
||||||
group.name.toLowerCase().contains(query.toLowerCase()) ||
|
group.name.toLowerCase().contains(query.toLowerCase()) ||
|
||||||
group.members.any(
|
group.members.any(
|
||||||
(player) => player.name.toLowerCase().contains(query.toLowerCase()),
|
(player) =>
|
||||||
|
player.name.toLowerCase().contains(query.toLowerCase()),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -5,15 +5,21 @@ import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
|||||||
import 'package:game_tracker/presentation/widgets/tiles/title_description_list_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/title_description_list_tile.dart';
|
||||||
|
|
||||||
class ChooseRulesetView extends StatefulWidget {
|
class ChooseRulesetView extends StatefulWidget {
|
||||||
final List<(Ruleset, String)> rulesets;
|
/// A view that allows the user to choose a ruleset from a list of available rulesets
|
||||||
final int initialRulesetIndex;
|
/// - [rulesets]: A list of tuples containing the ruleset and its description
|
||||||
|
/// - [initialRulesetIndex]: The index of the initially selected ruleset
|
||||||
const ChooseRulesetView({
|
const ChooseRulesetView({
|
||||||
super.key,
|
super.key,
|
||||||
required this.rulesets,
|
required this.rulesets,
|
||||||
required this.initialRulesetIndex,
|
required this.initialRulesetIndex,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/// A list of tuples containing the ruleset and its description
|
||||||
|
final List<(Ruleset, String)> rulesets;
|
||||||
|
|
||||||
|
/// The index of the initially selected ruleset
|
||||||
|
final int initialRulesetIndex;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<ChooseRulesetView> createState() => _ChooseRulesetViewState();
|
State<ChooseRulesetView> createState() => _ChooseRulesetViewState();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,9 +18,13 @@ import 'package:game_tracker/presentation/widgets/tiles/choose_tile.dart';
|
|||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class CreateMatchView extends StatefulWidget {
|
class CreateMatchView extends StatefulWidget {
|
||||||
final VoidCallback? onWinnerChanged;
|
/// A view that allows creating a new match
|
||||||
|
/// [onWinnerChanged]: Optional callback invoked when the winner is changed
|
||||||
const CreateMatchView({super.key, this.onWinnerChanged});
|
const CreateMatchView({super.key, this.onWinnerChanged});
|
||||||
|
|
||||||
|
/// Optional callback invoked when the winner is changed
|
||||||
|
final VoidCallback? onWinnerChanged;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<CreateMatchView> createState() => _CreateMatchViewState();
|
State<CreateMatchView> createState() => _CreateMatchViewState();
|
||||||
}
|
}
|
||||||
@@ -202,7 +206,8 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
|||||||
if (selectedGroup != null) {
|
if (selectedGroup != null) {
|
||||||
filteredPlayerList = playerList
|
filteredPlayerList = playerList
|
||||||
.where(
|
.where(
|
||||||
(p) => !selectedGroup!.members.any((m) => m.id == p.id),
|
(p) =>
|
||||||
|
!selectedGroup!.members.any((m) => m.id == p.id),
|
||||||
)
|
)
|
||||||
.toList();
|
.toList();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -8,11 +8,17 @@ import 'package:game_tracker/presentation/widgets/tiles/custom_radio_list_tile.d
|
|||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class MatchResultView extends StatefulWidget {
|
class MatchResultView extends StatefulWidget {
|
||||||
|
/// A view that allows selecting and saving the winner of a match
|
||||||
|
/// [match]: The match for which the winner is to be selected
|
||||||
|
/// [onWinnerChanged]: Optional callback invoked when the winner is changed
|
||||||
|
const MatchResultView({super.key, required this.match, this.onWinnerChanged});
|
||||||
|
|
||||||
|
/// The match for which the winner is to be selected
|
||||||
final Match match;
|
final Match match;
|
||||||
|
|
||||||
|
/// Optional callback invoked when the winner is changed
|
||||||
final VoidCallback? onWinnerChanged;
|
final VoidCallback? onWinnerChanged;
|
||||||
|
|
||||||
const MatchResultView({super.key, required this.match, this.onWinnerChanged});
|
|
||||||
@override
|
@override
|
||||||
State<MatchResultView> createState() => _MatchResultViewState();
|
State<MatchResultView> createState() => _MatchResultViewState();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import 'dart:core' hide Match;
|
import 'dart:core' hide Match;
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:fluttericon/rpg_awesome_icons.dart';
|
||||||
import 'package:game_tracker/core/adaptive_page_route.dart';
|
import 'package:game_tracker/core/adaptive_page_route.dart';
|
||||||
import 'package:game_tracker/core/constants.dart';
|
import 'package:game_tracker/core/constants.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
@@ -12,12 +13,13 @@ import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
|||||||
import 'package:game_tracker/presentation/views/main_menu/match_view/create_match/create_match_view.dart';
|
import 'package:game_tracker/presentation/views/main_menu/match_view/create_match/create_match_view.dart';
|
||||||
import 'package:game_tracker/presentation/views/main_menu/match_view/match_result_view.dart';
|
import 'package:game_tracker/presentation/views/main_menu/match_view/match_result_view.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/app_skeleton.dart';
|
import 'package:game_tracker/presentation/widgets/app_skeleton.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/buttons/custom_width_button.dart';
|
import 'package:game_tracker/presentation/widgets/buttons/main_menu_button.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/tiles/match_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/match_tile.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class MatchView extends StatefulWidget {
|
class MatchView extends StatefulWidget {
|
||||||
|
/// A view that displays a list of matches
|
||||||
const MatchView({super.key});
|
const MatchView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -104,10 +106,10 @@ class _MatchViewState extends State<MatchView> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
bottom: MediaQuery.paddingOf(context).bottom,
|
bottom: MediaQuery.paddingOf(context).bottom + 20,
|
||||||
child: CustomWidthButton(
|
child: MainMenuButton(
|
||||||
text: loc.create_match,
|
text: 'Spiel erstellen',
|
||||||
sizeRelativeToWidth: 0.90,
|
icon: RpgAwesome.clovers_card,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
Navigator.push(
|
Navigator.push(
|
||||||
context,
|
context,
|
||||||
|
|||||||
@@ -2,12 +2,16 @@ 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;
|
/// A detailed view displaying information about a software package license.
|
||||||
|
/// - [package]: The package data to be displayed.
|
||||||
const LicenseDetailView({super.key, required this.package});
|
const LicenseDetailView({super.key, required this.package});
|
||||||
|
|
||||||
|
/// The package data to be displayed.
|
||||||
|
final Package package;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final loc = AppLocalizations.of(context);
|
final loc = AppLocalizations.of(context);
|
||||||
@@ -24,7 +28,6 @@ class LicenseDetailView extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
margin: const EdgeInsetsGeometry.only(right: 15),
|
margin: const EdgeInsetsGeometry.only(right: 15),
|
||||||
@@ -81,12 +84,25 @@ class LicenseDetailView extends StatelessWidget {
|
|||||||
if (package.homepage != null &&
|
if (package.homepage != null &&
|
||||||
package.homepage!.isNotEmpty) ...[
|
package.homepage!.isNotEmpty) ...[
|
||||||
const SizedBox(height: 8),
|
const SizedBox(height: 8),
|
||||||
SelectableText(
|
GestureDetector(
|
||||||
|
onTap: () async {
|
||||||
|
final uri = Uri.parse(package.homepage!);
|
||||||
|
await launchUrl(uri, mode: LaunchMode.platformDefault);
|
||||||
|
},
|
||||||
|
child: SizedBox(
|
||||||
|
width: 300,
|
||||||
|
child: Text(
|
||||||
package.homepage!,
|
package.homepage!,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: Colors.grey.shade500,
|
color: CustomTheme.secondaryColor,
|
||||||
|
decoration: TextDecoration.underline,
|
||||||
|
decorationColor: CustomTheme.secondaryColor,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import 'package:game_tracker/presentation/views/main_menu/settings_view/licenses
|
|||||||
import 'package:game_tracker/presentation/widgets/tiles/license_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/license_tile.dart';
|
||||||
|
|
||||||
class LicensesView extends StatelessWidget {
|
class LicensesView extends StatelessWidget {
|
||||||
|
/// A view that displays a list of open source licenses used in the app
|
||||||
const LicensesView({super.key});
|
const LicensesView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ import 'package:game_tracker/core/custom_theme.dart';
|
|||||||
import 'package:game_tracker/core/enums.dart';
|
import 'package:game_tracker/core/enums.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_view.dart';
|
import 'package:game_tracker/presentation/views/main_menu/settings_view/licenses_view.dart';
|
||||||
|
import 'package:game_tracker/presentation/widgets/buttons/animated_dialog_button.dart';
|
||||||
|
import 'package:game_tracker/presentation/widgets/custom_alert_dialog.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/tiles/settings_list_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/settings_list_tile.dart';
|
||||||
import 'package:game_tracker/services/data_transfer_service.dart';
|
import 'package:game_tracker/services/data_transfer_service.dart';
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
@@ -14,6 +16,8 @@ import 'package:package_info_plus/package_info_plus.dart';
|
|||||||
import 'package:url_launcher/url_launcher.dart';
|
import 'package:url_launcher/url_launcher.dart';
|
||||||
|
|
||||||
class SettingsView extends StatefulWidget {
|
class SettingsView extends StatefulWidget {
|
||||||
|
/// The settings view of the application, allowing users to manage data
|
||||||
|
/// and view legal information.
|
||||||
const SettingsView({super.key});
|
const SettingsView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@@ -37,11 +41,12 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final loc = AppLocalizations.of(context);
|
final loc = AppLocalizations.of(context);
|
||||||
return ScaffoldMessenger(
|
return ScaffoldMessenger(
|
||||||
child: Scaffold(
|
child: Builder(
|
||||||
|
builder: (scaffoldMessengerContext) {
|
||||||
|
return Scaffold(
|
||||||
appBar: AppBar(backgroundColor: CustomTheme.backgroundColor),
|
appBar: AppBar(backgroundColor: CustomTheme.backgroundColor),
|
||||||
backgroundColor: CustomTheme.backgroundColor,
|
backgroundColor: CustomTheme.backgroundColor,
|
||||||
body: SingleChildScrollView(
|
body: SingleChildScrollView(
|
||||||
child: Expanded(
|
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
@@ -50,7 +55,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
padding: const EdgeInsets.only(left: 16, bottom: 10),
|
padding: const EdgeInsets.only(left: 16, bottom: 10),
|
||||||
child: Text(
|
child: Text(
|
||||||
textAlign: TextAlign.start,
|
textAlign: TextAlign.start,
|
||||||
loc.menu,
|
loc.settings,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 28,
|
fontSize: 28,
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
@@ -58,7 +63,11 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(left: 16, top: 10, bottom: 10),
|
padding: const EdgeInsets.only(
|
||||||
|
left: 16,
|
||||||
|
top: 10,
|
||||||
|
bottom: 10,
|
||||||
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
textAlign: TextAlign.start,
|
textAlign: TextAlign.start,
|
||||||
loc.data,
|
loc.data,
|
||||||
@@ -74,13 +83,18 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
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(context);
|
await DataTransferService.getAppDataAsJson(
|
||||||
|
scaffoldMessengerContext,
|
||||||
|
);
|
||||||
final result = await DataTransferService.exportData(
|
final result = await DataTransferService.exportData(
|
||||||
json,
|
json,
|
||||||
'game_tracker-data',
|
'game_tracker-data',
|
||||||
);
|
);
|
||||||
if (!context.mounted) return;
|
if (!scaffoldMessengerContext.mounted) return;
|
||||||
showExportSnackBar(context: context, result: result);
|
showExportSnackBar(
|
||||||
|
context: scaffoldMessengerContext,
|
||||||
|
result: result,
|
||||||
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
SettingsListTile(
|
SettingsListTile(
|
||||||
@@ -89,10 +103,13 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
suffixWidget: const Icon(Icons.arrow_forward_ios, size: 16),
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
final result = await DataTransferService.importData(
|
final result = await DataTransferService.importData(
|
||||||
context,
|
scaffoldMessengerContext,
|
||||||
|
);
|
||||||
|
if (!scaffoldMessengerContext.mounted) return;
|
||||||
|
showImportSnackBar(
|
||||||
|
context: scaffoldMessengerContext,
|
||||||
|
result: result,
|
||||||
);
|
);
|
||||||
if (!context.mounted) return;
|
|
||||||
showImportSnackBar(context: context, result: result);
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
SettingsListTile(
|
SettingsListTile(
|
||||||
@@ -102,17 +119,27 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
showDialog<bool>(
|
showDialog<bool>(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => AlertDialog(
|
builder: (context) => CustomAlertDialog(
|
||||||
title: Text('${loc.delete_all_data}?'),
|
title: '${loc.delete_all_data}?',
|
||||||
content: Text(loc.this_cannot_be_undone),
|
content: loc.this_cannot_be_undone,
|
||||||
actions: [
|
actions: [
|
||||||
TextButton(
|
AnimatedDialogButton(
|
||||||
onPressed: () => Navigator.of(context).pop(false),
|
onPressed: () => Navigator.of(context).pop(false),
|
||||||
child: Text(loc.cancel),
|
child: Text(
|
||||||
|
loc.cancel,
|
||||||
|
style: const TextStyle(
|
||||||
|
color: CustomTheme.textColor,
|
||||||
),
|
),
|
||||||
TextButton(
|
),
|
||||||
|
),
|
||||||
|
AnimatedDialogButton(
|
||||||
onPressed: () => Navigator.of(context).pop(true),
|
onPressed: () => Navigator.of(context).pop(true),
|
||||||
child: Text(loc.delete),
|
child: Text(
|
||||||
|
loc.delete,
|
||||||
|
style: TextStyle(
|
||||||
|
color: CustomTheme.secondaryColor,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@@ -120,7 +147,7 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
if (confirmed == true && context.mounted) {
|
if (confirmed == true && context.mounted) {
|
||||||
DataTransferService.deleteAllData(context);
|
DataTransferService.deleteAllData(context);
|
||||||
showSnackbar(
|
showSnackbar(
|
||||||
context: context,
|
context: scaffoldMessengerContext,
|
||||||
message: AppLocalizations.of(
|
message: AppLocalizations.of(
|
||||||
context,
|
context,
|
||||||
).data_successfully_deleted,
|
).data_successfully_deleted,
|
||||||
@@ -130,7 +157,11 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(left: 16, top: 10, bottom: 10),
|
padding: const EdgeInsets.only(
|
||||||
|
left: 16,
|
||||||
|
top: 10,
|
||||||
|
bottom: 10,
|
||||||
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
textAlign: TextAlign.start,
|
textAlign: TextAlign.start,
|
||||||
loc.legal,
|
loc.legal,
|
||||||
@@ -179,7 +210,9 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
GestureDetector(
|
GestureDetector(
|
||||||
child: const Icon(Icons.language),
|
child: const Icon(Icons.language),
|
||||||
onTap: () => {
|
onTap: () => {
|
||||||
launchUrl(Uri.parse('https://liquid-dev.de')),
|
launchUrl(
|
||||||
|
Uri.parse('https://liquid-dev.de'),
|
||||||
|
),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
@@ -228,7 +261,8 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -289,10 +323,11 @@ class _SettingsViewState extends State<SettingsView> {
|
|||||||
Duration duration = const Duration(seconds: 3),
|
Duration duration = const Duration(seconds: 3),
|
||||||
VoidCallback? action,
|
VoidCallback? action,
|
||||||
}) {
|
}) {
|
||||||
|
if (!context.mounted) return;
|
||||||
|
|
||||||
final loc = AppLocalizations.of(context);
|
final loc = AppLocalizations.of(context);
|
||||||
final messenger = ScaffoldMessenger.of(context);
|
ScaffoldMessenger.of(context).hideCurrentSnackBar();
|
||||||
messenger.hideCurrentSnackBar();
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
messenger.showSnackBar(
|
|
||||||
SnackBar(
|
SnackBar(
|
||||||
content: Text(message, style: const TextStyle(color: Colors.white)),
|
content: Text(message, style: const TextStyle(color: Colors.white)),
|
||||||
backgroundColor: CustomTheme.onBoxColor,
|
backgroundColor: CustomTheme.onBoxColor,
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
|||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
class StatisticsView extends StatefulWidget {
|
class StatisticsView extends StatefulWidget {
|
||||||
|
/// A view that displays player statistics
|
||||||
const StatisticsView({super.key});
|
const StatisticsView({super.key});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:skeletonizer/skeletonizer.dart';
|
import 'package:skeletonizer/skeletonizer.dart';
|
||||||
|
|
||||||
/// A widget that provides a skeleton loading effect to its child widget tree.
|
|
||||||
/// - [child]: The widget tree to apply the skeleton effect to.
|
|
||||||
/// - [enabled]: A boolean to enable or disable the skeleton effect.
|
|
||||||
/// - [fixLayoutBuilder]: A boolean to fix the layout builder for AnimatedSwitcher.
|
|
||||||
class AppSkeleton extends StatefulWidget {
|
class AppSkeleton extends StatefulWidget {
|
||||||
|
/// A widget that provides a skeleton loading effect to its child widget tree.
|
||||||
|
/// - [child]: The widget tree to apply the skeleton effect to.
|
||||||
|
/// - [enabled]: A boolean to enable or disable the skeleton effect.
|
||||||
|
/// - [fixLayoutBuilder]: A boolean to fix the layout builder for AnimatedSwitcher.
|
||||||
const AppSkeleton({
|
const AppSkeleton({
|
||||||
super.key,
|
super.key,
|
||||||
required this.child,
|
required this.child,
|
||||||
|
|||||||
50
lib/presentation/widgets/buttons/animated_dialog_button.dart
Normal file
50
lib/presentation/widgets/buttons/animated_dialog_button.dart
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
|
class AnimatedDialogButton extends StatefulWidget {
|
||||||
|
/// A custom animated button widget that provides a scaling and opacity effect
|
||||||
|
/// when pressed.
|
||||||
|
/// - [onPressed]: Callback function that is triggered when the button is pressed.
|
||||||
|
/// - [child]: The child widget to be displayed inside the button, typically a text or icon.
|
||||||
|
const AnimatedDialogButton({
|
||||||
|
super.key,
|
||||||
|
required this.onPressed,
|
||||||
|
required this.child,
|
||||||
|
});
|
||||||
|
|
||||||
|
/// Callback function that is triggered when the button is pressed.
|
||||||
|
final VoidCallback onPressed;
|
||||||
|
|
||||||
|
/// The child widget to be displayed inside the button, typically a text or icon.
|
||||||
|
final Widget child;
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<AnimatedDialogButton> createState() => _AnimatedDialogButtonState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _AnimatedDialogButtonState extends State<AnimatedDialogButton> {
|
||||||
|
bool _isPressed = false;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return GestureDetector(
|
||||||
|
onTapDown: (_) => setState(() => _isPressed = true),
|
||||||
|
onTapUp: (_) => setState(() => _isPressed = false),
|
||||||
|
onTapCancel: () => setState(() => _isPressed = false),
|
||||||
|
onTap: widget.onPressed,
|
||||||
|
child: AnimatedScale(
|
||||||
|
scale: _isPressed ? 0.95 : 1.0,
|
||||||
|
duration: const Duration(milliseconds: 100),
|
||||||
|
child: AnimatedOpacity(
|
||||||
|
opacity: _isPressed ? 0.6 : 1.0,
|
||||||
|
duration: const Duration(milliseconds: 100),
|
||||||
|
child: Container(
|
||||||
|
decoration: CustomTheme.standardBoxDecoration,
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 26, vertical: 6),
|
||||||
|
child: widget.child,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,13 +2,13 @@ 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/core/enums.dart';
|
import 'package:game_tracker/core/enums.dart';
|
||||||
|
|
||||||
/// A custom button widget that is designed to have a width relative to the screen size.
|
|
||||||
/// It supports three types of buttons: primary, secondary, and text buttons.
|
|
||||||
/// - [text]: The text to display on the button.
|
|
||||||
/// - [buttonType]: The type of button to display. Defaults to [ButtonType.primary].
|
|
||||||
/// - [sizeRelativeToWidth]: The size of the button relative to the width of the screen.
|
|
||||||
/// - [onPressed]: The callback to be invoked when the button is pressed.
|
|
||||||
class CustomWidthButton extends StatelessWidget {
|
class CustomWidthButton extends StatelessWidget {
|
||||||
|
/// A custom button widget that is designed to have a width relative to the screen size.
|
||||||
|
/// It supports three types of buttons: primary, secondary, and text buttons.
|
||||||
|
/// - [text]: The text to display on the button.
|
||||||
|
/// - [buttonType]: The type of button to display. Defaults to [ButtonType.primary].
|
||||||
|
/// - [sizeRelativeToWidth]: The size of the button relative to the width of the screen.
|
||||||
|
/// - [onPressed]: The callback to be invoked when the button is pressed.
|
||||||
const CustomWidthButton({
|
const CustomWidthButton({
|
||||||
super.key,
|
super.key,
|
||||||
required this.text,
|
required this.text,
|
||||||
|
|||||||
98
lib/presentation/widgets/buttons/main_menu_button.dart
Normal file
98
lib/presentation/widgets/buttons/main_menu_button.dart
Normal file
@@ -0,0 +1,98 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class MainMenuButton extends StatefulWidget {
|
||||||
|
/// A button for the main menu with an optional icon and a press animation.
|
||||||
|
/// - [text]: The text of the button.
|
||||||
|
/// - [icon]: The icon of the button.
|
||||||
|
/// - [onPressed]: The callback to be invoked when the button is pressed.
|
||||||
|
const MainMenuButton({
|
||||||
|
super.key,
|
||||||
|
required this.text,
|
||||||
|
this.icon,
|
||||||
|
required this.onPressed,
|
||||||
|
});
|
||||||
|
|
||||||
|
/// The text of the button.
|
||||||
|
final String text;
|
||||||
|
|
||||||
|
/// The icon of the button.
|
||||||
|
final IconData? icon;
|
||||||
|
|
||||||
|
/// The callback to be invoked when the button is pressed.
|
||||||
|
final void Function() onPressed;
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<MainMenuButton> createState() => _MainMenuButtonState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _MainMenuButtonState extends State<MainMenuButton>
|
||||||
|
with SingleTickerProviderStateMixin {
|
||||||
|
late AnimationController _animationController;
|
||||||
|
late Animation<double> _scaleAnimation;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
|
||||||
|
_animationController = AnimationController(
|
||||||
|
duration: const Duration(milliseconds: 100),
|
||||||
|
vsync: this,
|
||||||
|
);
|
||||||
|
|
||||||
|
_scaleAnimation = Tween<double>(begin: 1.0, end: 0.95).animate(
|
||||||
|
CurvedAnimation(parent: _animationController, curve: Curves.easeInOut),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return ScaleTransition(
|
||||||
|
scale: _scaleAnimation,
|
||||||
|
child: GestureDetector(
|
||||||
|
onTapDown: (_) {
|
||||||
|
_animationController.forward();
|
||||||
|
},
|
||||||
|
onTapUp: (_) async {
|
||||||
|
await _animationController.reverse();
|
||||||
|
if (mounted) {
|
||||||
|
widget.onPressed();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onTapCancel: () {
|
||||||
|
_animationController.reverse();
|
||||||
|
},
|
||||||
|
child: Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: Colors.white,
|
||||||
|
borderRadius: BorderRadius.circular(30),
|
||||||
|
),
|
||||||
|
padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 14),
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
if (widget.icon != null) ...[
|
||||||
|
Icon(widget.icon, size: 26, color: Colors.black),
|
||||||
|
const SizedBox(width: 7),
|
||||||
|
],
|
||||||
|
Text(
|
||||||
|
widget.text,
|
||||||
|
style: const TextStyle(
|
||||||
|
fontSize: 18,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
color: Colors.black,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_animationController.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A button widget designed for quick creating matches in the [HomeView]
|
|
||||||
/// - [text]: The text to display on the button.
|
|
||||||
/// - [onPressed]: The callback to be invoked when the button is pressed.
|
|
||||||
class QuickCreateButton extends StatefulWidget {
|
class QuickCreateButton extends StatefulWidget {
|
||||||
|
/// A button widget designed for quick creating matches in the [HomeView]
|
||||||
|
/// - [text]: The text to display on the button.
|
||||||
|
/// - [onPressed]: The callback to be invoked when the button is pressed.
|
||||||
const QuickCreateButton({
|
const QuickCreateButton({
|
||||||
super.key,
|
super.key,
|
||||||
required this.text,
|
required this.text,
|
||||||
|
|||||||
39
lib/presentation/widgets/custom_alert_dialog.dart
Normal file
39
lib/presentation/widgets/custom_alert_dialog.dart
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
|
class CustomAlertDialog extends StatelessWidget {
|
||||||
|
/// A custom alert dialog widget that provides a os unspecific AlertDialog,
|
||||||
|
/// with consistent colors, borders, and layout that match the app's custom theme.
|
||||||
|
/// - [title]: The title text displayed at the top of the dialog.
|
||||||
|
/// - [content]: The main content text displayed in the body of the dialog.
|
||||||
|
/// - [actions]: A list of action widgets (typically buttons) displayed at the bottom
|
||||||
|
/// of the dialog. These actions are horizontally spaced around the dialog's width.
|
||||||
|
const CustomAlertDialog({
|
||||||
|
super.key,
|
||||||
|
required this.title,
|
||||||
|
required this.content,
|
||||||
|
required this.actions,
|
||||||
|
});
|
||||||
|
|
||||||
|
final String title;
|
||||||
|
final String content;
|
||||||
|
final List<Widget> actions;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return AlertDialog(
|
||||||
|
title: Text(title, style: const TextStyle(color: CustomTheme.textColor)),
|
||||||
|
content: Text(
|
||||||
|
content,
|
||||||
|
style: const TextStyle(color: CustomTheme.textColor),
|
||||||
|
),
|
||||||
|
actions: actions,
|
||||||
|
backgroundColor: CustomTheme.boxColor,
|
||||||
|
actionsAlignment: MainAxisAlignment.spaceAround,
|
||||||
|
shape: RoundedRectangleBorder(
|
||||||
|
borderRadius: CustomTheme.standardBorderRadiusAll,
|
||||||
|
side: BorderSide(color: CustomTheme.boxBorder),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,12 +1,13 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A navigation bar item widget that represents a single tab in a navigation bar.
|
|
||||||
/// - [index]: The index of the tab.
|
|
||||||
/// - [isSelected]: A boolean indicating whether the tab is currently selected.
|
|
||||||
/// - [icon]: The icon to display for the tab.
|
|
||||||
/// - [label]: The label to display for the tab.
|
|
||||||
/// - [onTabTapped]: The callback to be invoked when the tab is tapped.
|
|
||||||
class NavbarItem extends StatefulWidget {
|
class NavbarItem extends StatefulWidget {
|
||||||
|
/// A navigation bar item widget that represents a single tab in a navigation bar.
|
||||||
|
/// - [index]: The index of the tab.
|
||||||
|
/// - [isSelected]: A boolean indicating whether the tab is currently selected.
|
||||||
|
/// - [icon]: The icon to display for the tab.
|
||||||
|
/// - [label]: The label to display for the tab.
|
||||||
|
/// - [onTabTapped]: The callback to be invoked when the tab is tapped.
|
||||||
const NavbarItem({
|
const NavbarItem({
|
||||||
super.key,
|
super.key,
|
||||||
required this.index,
|
required this.index,
|
||||||
@@ -35,7 +36,45 @@ class NavbarItem extends StatefulWidget {
|
|||||||
State<NavbarItem> createState() => _NavbarItemState();
|
State<NavbarItem> createState() => _NavbarItemState();
|
||||||
}
|
}
|
||||||
|
|
||||||
class _NavbarItemState extends State<NavbarItem> {
|
class _NavbarItemState extends State<NavbarItem>
|
||||||
|
with SingleTickerProviderStateMixin {
|
||||||
|
/// Animation controller for the scale animation
|
||||||
|
late AnimationController _animationController;
|
||||||
|
|
||||||
|
/// Scale animation for the icon when selected
|
||||||
|
late Animation<double> _scaleAnimation;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_animationController = AnimationController(
|
||||||
|
duration: const Duration(milliseconds: 300),
|
||||||
|
vsync: this,
|
||||||
|
);
|
||||||
|
|
||||||
|
_scaleAnimation = Tween<double>(begin: 1.0, end: 1.2).animate(
|
||||||
|
CurvedAnimation(
|
||||||
|
parent: _animationController,
|
||||||
|
curve: Curves.easeInOutBack,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (widget.isSelected) {
|
||||||
|
_animationController.forward();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Retrigger animation on selection change
|
||||||
|
@override
|
||||||
|
void didUpdateWidget(NavbarItem oldWidget) {
|
||||||
|
super.didUpdateWidget(oldWidget);
|
||||||
|
if (widget.isSelected && !oldWidget.isSelected) {
|
||||||
|
_animationController.forward();
|
||||||
|
} else if (!widget.isSelected && oldWidget.isSelected) {
|
||||||
|
_animationController.reverse();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Expanded(
|
return Expanded(
|
||||||
@@ -48,19 +87,29 @@ class _NavbarItemState extends State<NavbarItem> {
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Icon(
|
ScaleTransition(
|
||||||
|
scale: widget.isSelected
|
||||||
|
? _scaleAnimation
|
||||||
|
: const AlwaysStoppedAnimation(1.0),
|
||||||
|
child: Icon(
|
||||||
widget.icon,
|
widget.icon,
|
||||||
color: widget.isSelected ? Colors.white : Colors.black,
|
color: widget.isSelected
|
||||||
|
? CustomTheme.navBarItemSelectedColor
|
||||||
|
: CustomTheme.navBarItemUnselectedColor,
|
||||||
|
size: 32,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Text(
|
Text(
|
||||||
widget.label,
|
widget.label,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: widget.isSelected ? Colors.white : Colors.black,
|
color: widget.isSelected
|
||||||
fontSize: 12,
|
? CustomTheme.navBarItemSelectedColor
|
||||||
|
: CustomTheme.navBarItemUnselectedColor,
|
||||||
|
fontSize: widget.isSelected ? 12 : 11,
|
||||||
fontWeight: widget.isSelected
|
fontWeight: widget.isSelected
|
||||||
? FontWeight.bold
|
? FontWeight.bold
|
||||||
: FontWeight.normal,
|
: FontWeight.w500,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@@ -69,4 +118,10 @@ class _NavbarItemState extends State<NavbarItem> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
_animationController.dispose();
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,14 +11,14 @@ import 'package:game_tracker/presentation/widgets/tiles/text_icon_tile.dart';
|
|||||||
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
/// A widget that allows users to select players from a list,
|
|
||||||
/// with search functionality and the ability to add new players.
|
|
||||||
/// - [availablePlayers]: An optional list of players to choose from. If null, all
|
|
||||||
/// players from the database are used.
|
|
||||||
/// - [initialSelectedPlayers]: An optional list of players that should be pre-selected.
|
|
||||||
/// - [onChanged]: A callback function that is invoked whenever the selection changes,
|
|
||||||
/// providing the updated list of selected players.
|
|
||||||
class PlayerSelection extends StatefulWidget {
|
class PlayerSelection extends StatefulWidget {
|
||||||
|
/// A widget that allows users to select players from a list,
|
||||||
|
/// with search functionality and the ability to add new players.
|
||||||
|
/// - [availablePlayers]: An optional list of players to choose from. If null,
|
||||||
|
/// all players from the database are used.
|
||||||
|
/// - [initialSelectedPlayers]: An optional list of players that should be pre-selected.
|
||||||
|
/// - [onChanged]: A callback function that is invoked whenever the selection
|
||||||
|
/// changes, providing the updated list of selected players.
|
||||||
const PlayerSelection({
|
const PlayerSelection({
|
||||||
super.key,
|
super.key,
|
||||||
this.availablePlayers,
|
this.availablePlayers,
|
||||||
@@ -181,6 +181,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
|
|||||||
icon: Icons.info,
|
icon: Icons.info,
|
||||||
title: loc.info,
|
title: loc.info,
|
||||||
message: _getInfoText(context),
|
message: _getInfoText(context),
|
||||||
|
fullscreen: false,
|
||||||
),
|
),
|
||||||
child: ListView.builder(
|
child: ListView.builder(
|
||||||
itemCount: suggestedPlayers.length,
|
itemCount: suggestedPlayers.length,
|
||||||
@@ -294,6 +295,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
|
|||||||
/// [message] - The message to display in the snackbar.
|
/// [message] - The message to display in the snackbar.
|
||||||
void showSnackBarMessage(String message) {
|
void showSnackBarMessage(String message) {
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
|
ScaffoldMessenger.of(context).hideCurrentSnackBar();
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(
|
||||||
backgroundColor: CustomTheme.boxColor,
|
backgroundColor: CustomTheme.boxColor,
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A custom search bar widget that encapsulates a [SearchBar] with additional customization options.
|
|
||||||
/// - [controller]: The controller for the search bar's text input.
|
|
||||||
/// - [hintText]: The hint text displayed in the search bar when it is empty.
|
|
||||||
/// - [trailingButtonShown]: Whether to show the trailing button.
|
|
||||||
/// - [trailingButtonicon]: The icon for the trailing button.
|
|
||||||
/// - [trailingButtonEnabled]: Whether the trailing button is in enabled state.
|
|
||||||
/// - [onTrailingButtonPressed]: The callback invoked when the trailing button is pressed.
|
|
||||||
/// - [onChanged]: The callback invoked when the text in the search bar changes.
|
|
||||||
/// - [constraints]: The constraints for the search bar.
|
|
||||||
class CustomSearchBar extends StatelessWidget {
|
class CustomSearchBar extends StatelessWidget {
|
||||||
|
/// A custom search bar widget that encapsulates a [SearchBar] with additional customization options.
|
||||||
|
/// - [controller]: The controller for the search bar's text input.
|
||||||
|
/// - [hintText]: The hint text displayed in the search bar when it is empty.
|
||||||
|
/// - [trailingButtonShown]: Whether to show the trailing button.
|
||||||
|
/// - [trailingButtonicon]: The icon for the trailing button.
|
||||||
|
/// - [trailingButtonEnabled]: Whether the trailing button is in enabled state.
|
||||||
|
/// - [onTrailingButtonPressed]: The callback invoked when the trailing button is pressed.
|
||||||
|
/// - [onChanged]: The callback invoked when the text in the search bar changes.
|
||||||
|
/// - [constraints]: The constraints for the search bar.
|
||||||
const CustomSearchBar({
|
const CustomSearchBar({
|
||||||
super.key,
|
super.key,
|
||||||
required this.controller,
|
required this.controller,
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A custom text input field widget that encapsulates a [TextField] with specific styling.
|
|
||||||
/// - [controller]: The controller for the text input field.
|
|
||||||
/// - [onChanged]: The callback invoked when the text in the field changes.
|
|
||||||
/// - [hintText]: The hint text displayed in the text input field when it is empty
|
|
||||||
class TextInputField extends StatelessWidget {
|
class TextInputField extends StatelessWidget {
|
||||||
|
/// A custom text input field widget that encapsulates a [TextField] with specific styling.
|
||||||
|
/// - [controller]: The controller for the text input field.
|
||||||
|
/// - [onChanged]: The callback invoked when the text in the field changes.
|
||||||
|
/// - [hintText]: The hint text displayed in the text input field when it is empty
|
||||||
const TextInputField({
|
const TextInputField({
|
||||||
super.key,
|
super.key,
|
||||||
required this.controller,
|
required this.controller,
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A tile widget that allows users to choose an option by tapping on it.
|
|
||||||
/// - [title]: The title text displayed on the tile.
|
|
||||||
/// - [trailingText]: Optional trailing text displayed on the tile.
|
|
||||||
/// - [onPressed]: The callback invoked when the tile is tapped.
|
|
||||||
class ChooseTile extends StatefulWidget {
|
class ChooseTile extends StatefulWidget {
|
||||||
|
/// A tile widget that allows users to choose an option by tapping on it.
|
||||||
|
/// - [title]: The title text displayed on the tile.
|
||||||
|
/// - [trailingText]: Optional trailing text displayed on the tile.
|
||||||
|
/// - [onPressed]: The callback invoked when the tile is tapped.
|
||||||
const ChooseTile({
|
const ChooseTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.title,
|
required this.title,
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A custom radio list tile widget that encapsulates a [Radio] button with additional styling and functionality.
|
|
||||||
/// - [text]: The text to display next to the radio button.
|
|
||||||
/// - [value]: The value associated with the radio button.
|
|
||||||
/// - [onContainerTap]: The callback invoked when the container is tapped.
|
|
||||||
class CustomRadioListTile<T> extends StatelessWidget {
|
class CustomRadioListTile<T> extends StatelessWidget {
|
||||||
|
/// A custom radio list tile widget that encapsulates a [Radio] button with additional styling and functionality.
|
||||||
|
/// - [text]: The text to display next to the radio button.
|
||||||
|
/// - [value]: The value associated with the radio button.
|
||||||
|
/// - [onContainerTap]: The callback invoked when the container is tapped.
|
||||||
const CustomRadioListTile({
|
const CustomRadioListTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.text,
|
required this.text,
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ import 'package:game_tracker/core/custom_theme.dart';
|
|||||||
import 'package:game_tracker/data/dto/group.dart';
|
import 'package:game_tracker/data/dto/group.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/tiles/text_icon_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/text_icon_tile.dart';
|
||||||
|
|
||||||
/// A tile widget that displays information about a group, including its name and members.
|
|
||||||
/// - [group]: The group data to be displayed.
|
|
||||||
/// - [isHighlighted]: Whether the tile should be highlighted.
|
|
||||||
class GroupTile extends StatelessWidget {
|
class GroupTile extends StatelessWidget {
|
||||||
|
/// A tile widget that displays information about a group, including its name and members.
|
||||||
|
/// - [group]: The group data to be displayed.
|
||||||
|
/// - [isHighlighted]: Whether the tile should be highlighted.
|
||||||
const GroupTile({super.key, required this.group, this.isHighlighted = false});
|
const GroupTile({super.key, required this.group, this.isHighlighted = false});
|
||||||
|
|
||||||
/// The group data to be displayed.
|
/// The group data to be displayed.
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A tile widget that displays a title with an icon and some content below it.
|
|
||||||
/// - [title]: The title text displayed on the tile.
|
|
||||||
/// - [icon]: The icon displayed next to the title.
|
|
||||||
/// - [content]: The content widget displayed below the title.
|
|
||||||
/// - [padding]: Optional padding for the tile content.
|
|
||||||
/// - [height]: Optional height for the tile.
|
|
||||||
/// - [width]: Optional width for the tile.
|
|
||||||
class InfoTile extends StatefulWidget {
|
class InfoTile extends StatefulWidget {
|
||||||
|
/// A tile widget that displays a title with an icon and some content below it.
|
||||||
|
/// - [title]: The title text displayed on the tile.
|
||||||
|
/// - [icon]: The icon displayed next to the title.
|
||||||
|
/// - [content]: The content widget displayed below the title.
|
||||||
|
/// - [padding]: Optional padding for the tile content.
|
||||||
|
/// - [height]: Optional height for the tile.
|
||||||
|
/// - [width]: Optional width for the tile.
|
||||||
const InfoTile({
|
const InfoTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.title,
|
required this.title,
|
||||||
|
|||||||
@@ -4,10 +4,13 @@ import 'package:game_tracker/presentation/views/main_menu/settings_view/licenses
|
|||||||
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';
|
||||||
|
|
||||||
class LicenseTile extends StatelessWidget {
|
class LicenseTile extends StatelessWidget {
|
||||||
final Package package;
|
/// A tile widget that displays information about a software package license.
|
||||||
|
/// - [package]: The package data to be displayed.
|
||||||
const LicenseTile({super.key, required this.package});
|
const LicenseTile({super.key, required this.package});
|
||||||
|
|
||||||
|
/// The package data to be displayed.
|
||||||
|
final Package package;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
@@ -20,15 +23,15 @@ class LicenseTile extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: const EdgeInsets.only(bottom: 8),
|
margin: const EdgeInsets.only(bottom: 8),
|
||||||
padding: const EdgeInsets.all(16),
|
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 12),
|
||||||
decoration: CustomTheme.standardBoxDecoration.copyWith(
|
decoration: CustomTheme.standardBoxDecoration.copyWith(
|
||||||
borderRadius: BorderRadius.circular(12),
|
borderRadius: BorderRadius.circular(12),
|
||||||
),
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
width: 48,
|
width: 50,
|
||||||
height: 48,
|
height: 50,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: CustomTheme.primaryColor.withAlpha(40),
|
color: CustomTheme.primaryColor.withAlpha(40),
|
||||||
borderRadius: BorderRadius.circular(10),
|
borderRadius: BorderRadius.circular(10),
|
||||||
@@ -36,7 +39,7 @@ class LicenseTile extends StatelessWidget {
|
|||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.description,
|
Icons.description,
|
||||||
color: CustomTheme.primaryColor,
|
color: CustomTheme.primaryColor,
|
||||||
size: 24,
|
size: 32,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
|
|||||||
@@ -1,95 +0,0 @@
|
|||||||
import 'package:flutter/material.dart';
|
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
|
||||||
import 'package:skeletonizer/skeletonizer.dart';
|
|
||||||
|
|
||||||
class MatchSummaryTile extends StatefulWidget {
|
|
||||||
final String matchTitle;
|
|
||||||
final String game;
|
|
||||||
final String ruleset;
|
|
||||||
final String players;
|
|
||||||
final String winner;
|
|
||||||
|
|
||||||
const MatchSummaryTile({
|
|
||||||
super.key,
|
|
||||||
required this.matchTitle,
|
|
||||||
required this.game,
|
|
||||||
required this.ruleset,
|
|
||||||
required this.players,
|
|
||||||
required this.winner,
|
|
||||||
});
|
|
||||||
|
|
||||||
@override
|
|
||||||
State<MatchSummaryTile> createState() => _MatchSummaryTileState();
|
|
||||||
}
|
|
||||||
|
|
||||||
class _MatchSummaryTileState extends State<MatchSummaryTile> {
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return Column(
|
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
|
||||||
children: [
|
|
||||||
Row(
|
|
||||||
children: [
|
|
||||||
Text(
|
|
||||||
widget.matchTitle,
|
|
||||||
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
|
||||||
),
|
|
||||||
const SizedBox(width: 5),
|
|
||||||
Text(
|
|
||||||
widget.game,
|
|
||||||
style: const TextStyle(fontSize: 14, color: Colors.grey),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
const SizedBox(height: 5),
|
|
||||||
Container(
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 4),
|
|
||||||
height: 20,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(4),
|
|
||||||
color: CustomTheme.primaryColor,
|
|
||||||
),
|
|
||||||
child: Skeleton.ignore(
|
|
||||||
child: Text(
|
|
||||||
widget.ruleset,
|
|
||||||
style: const TextStyle(fontWeight: FontWeight.bold),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Center(
|
|
||||||
heightFactor: 1.5,
|
|
||||||
child: Text(
|
|
||||||
widget.players,
|
|
||||||
style: const TextStyle(fontWeight: FontWeight.bold),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Center(
|
|
||||||
child: Container(
|
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 4),
|
|
||||||
width: 220,
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
borderRadius: BorderRadius.circular(4),
|
|
||||||
color: Colors.yellow.shade300,
|
|
||||||
),
|
|
||||||
child: Skeleton.ignore(
|
|
||||||
child: Row(
|
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
|
||||||
children: [
|
|
||||||
const Icon(Icons.emoji_events, color: Colors.black, size: 20),
|
|
||||||
Text(
|
|
||||||
widget.winner,
|
|
||||||
textAlign: TextAlign.center,
|
|
||||||
style: const TextStyle(
|
|
||||||
fontWeight: FontWeight.bold,
|
|
||||||
color: Colors.black87,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -6,13 +6,13 @@ import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
|||||||
import 'package:game_tracker/presentation/widgets/tiles/text_icon_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/text_icon_tile.dart';
|
||||||
import 'package:intl/intl.dart';
|
import 'package:intl/intl.dart';
|
||||||
|
|
||||||
/// A tile widget that displays information about a match, including its name,
|
|
||||||
/// creation date, associated group, winner, and players.
|
|
||||||
/// - [match]: The match data to be displayed.
|
|
||||||
/// - [onTap]: The callback invoked when the tile is tapped.
|
|
||||||
/// - [width]: Optional width for the tile.
|
|
||||||
/// - [compact]: Whether to display the tile in a compact mode
|
|
||||||
class MatchTile extends StatefulWidget {
|
class MatchTile extends StatefulWidget {
|
||||||
|
/// A tile widget that displays information about a match, including its name,
|
||||||
|
/// creation date, associated group, winner, and players.
|
||||||
|
/// - [match]: The match data to be displayed.
|
||||||
|
/// - [onTap]: The callback invoked when the tile is tapped.
|
||||||
|
/// - [width]: Optional width for the tile.
|
||||||
|
/// - [compact]: Whether to display the tile in a compact mode
|
||||||
const MatchTile({
|
const MatchTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.match,
|
required this.match,
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A tile widget that displays a title with an icon and a numeric value below it.
|
|
||||||
/// - [title]: The title text displayed on the tile.
|
|
||||||
/// - [icon]: The icon displayed next to the title.
|
|
||||||
/// - [value]: The numeric value displayed below the title.
|
|
||||||
/// - [height]: Optional height for the tile.
|
|
||||||
/// - [width]: Optional width for the tile.
|
|
||||||
/// - [padding]: Optional padding for the tile content.
|
|
||||||
class QuickInfoTile extends StatefulWidget {
|
class QuickInfoTile extends StatefulWidget {
|
||||||
|
/// A tile widget that displays a title with an icon and a numeric value below it.
|
||||||
|
/// - [title]: The title text displayed on the tile.
|
||||||
|
/// - [icon]: The icon displayed next to the title.
|
||||||
|
/// - [value]: The numeric value displayed below the title.
|
||||||
|
/// - [height]: Optional height for the tile.
|
||||||
|
/// - [width]: Optional width for the tile.
|
||||||
|
/// - [padding]: Optional padding for the tile content.
|
||||||
const QuickInfoTile({
|
const QuickInfoTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.title,
|
required this.title,
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A customizable settings list tile widget that displays an icon, title, and an optional suffix widget.
|
|
||||||
/// - [icon]: The icon displayed on the left side of the tile.
|
|
||||||
/// - [title]: The title text displayed next to the icon.
|
|
||||||
/// - [suffixWidget]: An optional widget displayed on the right side of the tile.
|
|
||||||
/// - [onPressed]: The callback invoked when the tile is tapped.
|
|
||||||
class SettingsListTile extends StatelessWidget {
|
class SettingsListTile extends StatelessWidget {
|
||||||
|
/// A customizable settings list tile widget that displays an icon, title, and an optional suffix widget.
|
||||||
|
/// - [icon]: The icon displayed on the left side of the tile.
|
||||||
|
/// - [title]: The title text displayed next to the icon.
|
||||||
|
/// - [suffixWidget]: An optional widget displayed on the right side of the tile.
|
||||||
|
/// - [onPressed]: The callback invoked when the tile is tapped.
|
||||||
const SettingsListTile({
|
const SettingsListTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.icon,
|
required this.icon,
|
||||||
@@ -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,8 +47,8 @@ class SettingsListTile extends StatelessWidget {
|
|||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
width: 48,
|
width: 44,
|
||||||
height: 48,
|
height: 44,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: CustomTheme.primaryColor.withAlpha(40),
|
color: CustomTheme.primaryColor.withAlpha(40),
|
||||||
borderRadius: BorderRadius.circular(10),
|
borderRadius: BorderRadius.circular(10),
|
||||||
@@ -59,14 +59,6 @@ class SettingsListTile extends StatelessWidget {
|
|||||||
color: CustomTheme.primaryColor.withGreen(40),
|
color: CustomTheme.primaryColor.withGreen(40),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
/* Container(
|
|
||||||
padding: const EdgeInsets.all(8),
|
|
||||||
decoration: BoxDecoration(
|
|
||||||
color: CustomTheme.primaryColor,
|
|
||||||
shape: BoxShape.circle,
|
|
||||||
),
|
|
||||||
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)),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
import 'package:game_tracker/l10n/generated/app_localizations.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/tiles/info_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/info_tile.dart';
|
||||||
|
|
||||||
/// A tile widget that displays statistical data using horizontal bars.
|
|
||||||
/// - [icon]: The icon displayed next to the title.
|
|
||||||
/// - [title]: The title text displayed on the tile.
|
|
||||||
/// - [width]: The width of the tile.
|
|
||||||
/// - [values]: A list of tuples containing labels and their corresponding numeric values.
|
|
||||||
/// - [itemCount]: The maximum number of items to display.
|
|
||||||
/// - [barColor]: The color of the bars representing the values.
|
|
||||||
class StatisticsTile extends StatelessWidget {
|
class StatisticsTile extends StatelessWidget {
|
||||||
|
/// A tile widget that displays statistical data using horizontal bars.
|
||||||
|
/// - [icon]: The icon displayed next to the title.
|
||||||
|
/// - [title]: The title text displayed on the tile.
|
||||||
|
/// - [width]: The width of the tile.
|
||||||
|
/// - [values]: A list of tuples containing labels and their corresponding numeric values.
|
||||||
|
/// - [itemCount]: The maximum number of items to display.
|
||||||
|
/// - [barColor]: The color of the bars representing the values.
|
||||||
const StatisticsTile({
|
const StatisticsTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.icon,
|
required this.icon,
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A list tile widget that displays text with an optional icon button.
|
|
||||||
/// - [text]: The text to display in the tile.
|
|
||||||
/// - [onPressed]: The callback to be invoked when the icon is pressed.
|
|
||||||
/// - [iconEnabled]: A boolean to determine if the icon should be displayed.
|
|
||||||
class TextIconListTile extends StatelessWidget {
|
class TextIconListTile extends StatelessWidget {
|
||||||
|
/// A list tile widget that displays text with an optional icon button.
|
||||||
|
/// - [text]: The text to display in the tile.
|
||||||
|
/// - [onPressed]: The callback to be invoked when the icon is pressed.
|
||||||
|
/// - [iconEnabled]: A boolean to determine if the icon should be displayed.
|
||||||
const TextIconListTile({
|
const TextIconListTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.text,
|
required this.text,
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A tile widget that displays text with an optional icon that can be tapped.
|
|
||||||
/// - [text]: The text to display in the tile.
|
|
||||||
/// - [iconEnabled]: A boolean to determine if the icon should be displayed.
|
|
||||||
/// - [onIconTap]: The callback to be invoked when the icon is tapped.
|
|
||||||
class TextIconTile extends StatelessWidget {
|
class TextIconTile extends StatelessWidget {
|
||||||
|
/// A tile widget that displays text with an optional icon that can be tapped.
|
||||||
|
/// - [text]: The text to display in the tile.
|
||||||
|
/// - [iconEnabled]: A boolean to determine if the icon should be displayed.
|
||||||
|
/// - [onIconTap]: The callback to be invoked when the icon is tapped.
|
||||||
const TextIconTile({
|
const TextIconTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.text,
|
required this.text,
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:game_tracker/core/custom_theme.dart';
|
import 'package:game_tracker/core/custom_theme.dart';
|
||||||
|
|
||||||
/// A list tile widget that displays a title and description, with optional highlighting and badge.
|
|
||||||
/// - [title]: The title text displayed on the tile.
|
|
||||||
/// - [description]: The description text displayed below the title.
|
|
||||||
/// - [onPressed]: The callback invoked when the tile is tapped.
|
|
||||||
/// - [isHighlighted]: A boolean to determine if the tile should be highlighted.
|
|
||||||
/// - [badgeText]: Optional text to display in a badge on the right side of the title.
|
|
||||||
/// - [badgeColor]: Optional color for the badge background.
|
|
||||||
class TitleDescriptionListTile extends StatelessWidget {
|
class TitleDescriptionListTile extends StatelessWidget {
|
||||||
|
/// A list tile widget that displays a title and description, with optional highlighting and badge.
|
||||||
|
/// - [title]: The title text displayed on the tile.
|
||||||
|
/// - [description]: The description text displayed below the title.
|
||||||
|
/// - [onPressed]: The callback invoked when the tile is tapped.
|
||||||
|
/// - [isHighlighted]: A boolean to determine if the tile should be highlighted.
|
||||||
|
/// - [badgeText]: Optional text to display in a badge on the right side of the title.
|
||||||
|
/// - [badgeColor]: Optional color for the badge background.
|
||||||
const TitleDescriptionListTile({
|
const TitleDescriptionListTile({
|
||||||
super.key,
|
super.key,
|
||||||
required this.title,
|
required this.title,
|
||||||
|
|||||||
@@ -1,15 +1,16 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
/// A widget that displays a message centered at the top of the screen with an icon, title, and message.
|
|
||||||
/// - [icon]: The icon to display above the title.
|
|
||||||
/// - [title]: The title text to display.
|
|
||||||
/// - [message]: The message text to display below the title.
|
|
||||||
class TopCenteredMessage extends StatelessWidget {
|
class TopCenteredMessage extends StatelessWidget {
|
||||||
|
/// A widget that displays a message centered at the top of the screen with an icon, title, and message.
|
||||||
|
/// - [icon]: The icon to display above the title.
|
||||||
|
/// - [title]: The title text to display.
|
||||||
|
/// - [message]: The message text to display below the title.
|
||||||
const TopCenteredMessage({
|
const TopCenteredMessage({
|
||||||
super.key,
|
super.key,
|
||||||
required this.icon,
|
required this.icon,
|
||||||
required this.title,
|
required this.title,
|
||||||
required this.message,
|
required this.message,
|
||||||
|
this.fullscreen = true,
|
||||||
});
|
});
|
||||||
|
|
||||||
/// The icon to display above the title.
|
/// The icon to display above the title.
|
||||||
@@ -21,13 +22,18 @@ class TopCenteredMessage extends StatelessWidget {
|
|||||||
/// The message text to display below the title.
|
/// The message text to display below the title.
|
||||||
final String message;
|
final String message;
|
||||||
|
|
||||||
|
final bool fullscreen;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
padding: const EdgeInsets.only(top: 100),
|
padding: fullscreen ? const EdgeInsets.only(top: 100) : null,
|
||||||
margin: const EdgeInsets.symmetric(horizontal: 10),
|
margin: const EdgeInsets.symmetric(horizontal: 10),
|
||||||
alignment: Alignment.topCenter,
|
alignment: Alignment.topCenter,
|
||||||
child: Column(
|
child: Column(
|
||||||
|
mainAxisAlignment: fullscreen
|
||||||
|
? MainAxisAlignment.start
|
||||||
|
: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Icon(icon, size: 45),
|
Icon(icon, size: 45),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
|
|||||||
@@ -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.5+130
|
version: 0.0.7+212
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
@@ -17,6 +17,7 @@ dependencies:
|
|||||||
drift_flutter: ^0.2.4
|
drift_flutter: ^0.2.4
|
||||||
file_picker: ^10.3.6
|
file_picker: ^10.3.6
|
||||||
file_saver: ^0.3.1
|
file_saver: ^0.3.1
|
||||||
|
fluttericon: ^2.0.0
|
||||||
font_awesome_flutter: ^10.12.0
|
font_awesome_flutter: ^10.12.0
|
||||||
intl: any
|
intl: any
|
||||||
json_schema: ^5.2.2
|
json_schema: ^5.2.2
|
||||||
@@ -27,7 +28,6 @@ dependencies:
|
|||||||
url_launcher: ^6.3.2
|
url_launcher: ^6.3.2
|
||||||
uuid: ^4.5.2
|
uuid: ^4.5.2
|
||||||
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|||||||
Reference in New Issue
Block a user