Compare commits
3 Commits
c1e032208c
...
9ffb7d6ca3
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ffb7d6ca3 | |||
| 4befc85c9f | |||
| accc189949 |
@@ -21,11 +21,11 @@ class _GroupsViewState extends State<GroupsView> {
|
|||||||
|
|
||||||
final player = Player(id: 'p1', name: 'Sample');
|
final player = Player(id: 'p1', name: 'Sample');
|
||||||
late final List<Group> skeletonData = List.filled(
|
late final List<Group> skeletonData = List.filled(
|
||||||
8,
|
7,
|
||||||
Group(
|
Group(
|
||||||
id: '0',
|
id: '0',
|
||||||
name: 'Sample Game',
|
name: 'Sample Game',
|
||||||
members: [player, player, player, player],
|
members: [player, player, player, player, player, player],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class TopCenteredMessage extends StatelessWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Icon(icon, size: 45),
|
Icon(icon, size: 45),
|
||||||
SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
Text(
|
Text(
|
||||||
title,
|
title,
|
||||||
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
|
||||||
|
|||||||
Reference in New Issue
Block a user