removed unneccessary null assertion operators
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m6s

This commit is contained in:
2026-01-02 21:16:13 +01:00
parent a038c22ba6
commit 678ab90af3
7 changed files with 17 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ class _CreateGroupViewState extends State<CreateGroupView> {
child: Text(
AppLocalizations.of(
context,
)!.error_while_creating_group_please_try_again,
).error_while_creating_group_please_try_again,
style: const TextStyle(color: Colors.white),
),
),