WIP: StatisticsView Rework #247

Draft
flixcoo wants to merge 42 commits from feature/193-statisticsview-rework into feature/180-Spielerprofile-implementieren
2 changed files with 8 additions and 11 deletions
Showing only changes of commit 362ab2a945 - Show all commits

View File

@@ -7,22 +7,19 @@ on:
- "main"
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/cirruslabs/flutter:stable
steps:
- name: Checkout code
uses: actions/checkout@v4
# Required for Flutter action
- name: Install jq
- name: Install Node
run: |
apt-get update
apt-get install -y jq
apt-get install -y nodejs npm
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
run: |

View File

@@ -1,7 +1,7 @@
name: tallee
description: "Tracking App for Card Games"
publish_to: 'none'
version: 0.0.34+274
version: 0.0.33+274
environment:
sdk: ^3.12.0