Merge remote-tracking branch 'origin/development' into feature/100-lokalisierung-hinzufügen
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m7s
Pull Request Pipeline / lint (pull_request) Successful in 2m12s

# Conflicts:
#	lib/presentation/widgets/player_selection.dart
This commit is contained in:
2026-01-02 21:32:40 +01:00
2 changed files with 30 additions and 20 deletions

View File

@@ -83,8 +83,10 @@ class _CreateMatchViewState extends State<CreateMatchView> {
]).then((result) async {
groupsList = result[0] as List<Group>;
playerList = result[1] as List<Player>;
setState(() {
filteredPlayerList = List.from(playerList);
});
});
filteredPlayerList = List.from(playerList);
}
List<(Ruleset, String)> _getRulesets(BuildContext context) {