Gruppenprofile implementieren #172

Merged
sneeex merged 11 commits from feature/169-gruppenprofile-implementieren into development 2026-01-17 20:34:27 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f5924c4758 - Show all commits

View File

@@ -139,9 +139,9 @@ class _GroupProfileViewState extends State<GroupProfileView> {
icon: Icons.people,
horizontalAlignment: CrossAxisAlignment.start,
content: Wrap(
runAlignment: WrapAlignment.start,
alignment: WrapAlignment.start,
crossAxisAlignment: WrapCrossAlignment.start,
spacing: 16,
spacing: 12,
runSpacing: 8,
children: widget.group.members.map((member) {
return TextIconTile(

View File

@@ -1,7 +1,7 @@
name: game_tracker
description: "Game Tracking App for Card Games"
publish_to: 'none'
version: 0.0.8+233
version: 0.0.8+234
environment:
sdk: ^3.8.1