WIP: Bearbeiten und Löschen von Matches #171

Draft
flixcoo wants to merge 35 commits from feature/120-bearbeiten-und-loeschen-von-matches into development
Showing only changes of commit 8fe01c332e - Show all commits

View File

@@ -40,6 +40,7 @@ class _GroupProfileViewState extends State<GroupProfileView> {
/// Total matches played in this group /// Total matches played in this group
int totalMatches = 0; int totalMatches = 0;
/// The best player in this group
String bestPlayer = ''; String bestPlayer = '';
@override @override