MVP #141

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

View File

@@ -224,7 +224,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
}
/// Adds a new player to the database from the search bar input.
/// Shows a snackbar indicating success xfor failure.
/// Shows a snackbar indicating success or failure.
/// [context] - BuildContext to show the snackbar.
void addNewPlayerFromSearch({required BuildContext context}) async {
String playerName = _searchBarController.text.trim();