From c39796a40fad5e26bd91dd982cef83f987a9716d Mon Sep 17 00:00:00 2001 From: Mercurio <47455213+NotLugozzi@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:36:41 +0100 Subject: [PATCH] Added create/join pages and refactored friend list --- .idea/misc.xml | 1 - .idea/vcs.xml | 6 + analysis_options.yaml | 31 ++--- lib/main.dart | 6 +- lib/pages/home.dart | 4 +- lib/pages/login.dart | 2 +- lib/pages/views/creatematch.dart | 94 +++++++++++-- lib/pages/views/friendlist.dart | 12 +- lib/pages/views/joinmatch.dart | 223 +++++++++++++++++++++++++++---- lib/pages/views/leaderboard.dart | 2 +- test/widget_test.dart | 30 ----- 11 files changed, 305 insertions(+), 106 deletions(-) create mode 100644 .idea/vcs.xml delete mode 100644 test/widget_test.dart diff --git a/.idea/misc.xml b/.idea/misc.xml index 5c94cb2..469b00f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -