MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 80e47589ca - Show all commits

View File

@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:game_tracker/core/custom_theme.dart';
Widget GameHistoryListTile(currentGame){
Widget GameHistoryListTile(Map<String, dynamic> currentGame){
return Container(
margin: EdgeInsets.only(top: 5, bottom: 5, left: 10, right: 10),
padding: EdgeInsets.all(10),