Workflows um Format Stage erweitern #175
@@ -10,9 +10,10 @@ import 'package:game_tracker/presentation/views/main_menu/group_view/create_grou
|
|||||||
import 'package:game_tracker/presentation/widgets/app_skeleton.dart';
|
import 'package:game_tracker/presentation/widgets/app_skeleton.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/buttons/main_menu_button.dart';
|
import 'package:game_tracker/presentation/widgets/buttons/main_menu_button.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/tiles/group_tile.dart';
|
import 'package:game_tracker/presentation/widgets/tiles/group_tile.dart';
|
||||||
import 'package:game_tracker/presentation/widgets/top_centered_message.dart';
|
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
||||||
|
import '../../../../presentation/widgets/top_centered_message.dart';
|
||||||
|
|
||||||
class GroupsView extends StatefulWidget {
|
class GroupsView extends StatefulWidget {
|
||||||
/// A view that displays a list of groups
|
/// A view that displays a list of groups
|
||||||
const GroupsView({super.key});
|
const GroupsView({super.key});
|
||||||
@@ -30,8 +31,6 @@ class _GroupsViewState extends State<GroupsView> {
|
|||||||
/// Loading state
|
/// Loading state
|
||||||
bool isLoading = true;
|
bool isLoading = true;
|
||||||
|
|
||||||
bool test = false;
|
|
||||||
|
|
||||||
List<Group> groups = List.filled(
|
List<Group> groups = List.filled(
|
||||||
7,
|
7,
|
||||||
Group(
|
Group(
|
||||||
|
|||||||
Reference in New Issue
Block a user