Testing linter
This commit is contained in:
@@ -131,8 +131,7 @@ class _CreateGameState extends State<CreateGame> {
|
|||||||
showCupertinoDialog(
|
showCupertinoDialog(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => CupertinoAlertDialog(
|
builder: (context) => CupertinoAlertDialog(
|
||||||
title:
|
title: Text('Maximale Spielerzahl erreicht'),
|
||||||
const Text('Maximale Spielerzahl erreicht'),
|
|
||||||
content: const Text(
|
content: const Text(
|
||||||
'Es können maximal 5 Spieler hinzugefügt '
|
'Es können maximal 5 Spieler hinzugefügt '
|
||||||
'werden.'),
|
'werden.'),
|
||||||
|
|||||||
Reference in New Issue
Block a user