First version of inserting into db

This commit is contained in:
2025-08-22 14:09:09 +02:00
parent 7a420e909a
commit 6b2651a396
19 changed files with 365 additions and 152 deletions

View File

@@ -14,7 +14,7 @@ class Player {
@override
String toString() {
return '(playerId: $playerId, gameId: $gameId, name: $name, position: $position)';
return 'Player: [playerId: $playerId, gameId: $gameId, name: $name, position: $position]';
}
Map<String, dynamic> toJson() => {