mapa de calor ?

This commit is contained in:
2026-03-12 16:12:02 +00:00
parent b95d6dc8d4
commit cae3bbfe3b
8 changed files with 450 additions and 574 deletions

View File

@@ -257,6 +257,7 @@ class _GamePageState extends State<GamePage> {
},
),
floatingActionButton: FloatingActionButton(
heroTag: 'add_game_btn', // 👇 A MÁGICA ESTÁ AQUI TAMBÉM!
backgroundColor: const Color(0xFFE74C3C),
child: Icon(Icons.add, color: Colors.white, size: 24 * context.sf),
onPressed: () => showDialog(context: context, builder: (context) => CreateGameDialogManual(teamController: teamController, gameController: gameController)),