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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9a5929382b - Show all commits

View File

@@ -233,7 +233,7 @@ class _MatchDetailViewState extends State<MatchDetailView> {
const SizedBox(width: 15),
MainMenuButton(
text: loc.enter_results,
icon: Icons.note_add,
icon: Icons.emoji_events,
onPressed: () async {
currentWinner = await Navigator.push(
context,

View File

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