From 853d2482689388ee0960277a54d02a4738b1fd19 Mon Sep 17 00:00:00 2001 From: Olivier D'Ancona Date: Mon, 5 Sep 2022 11:05:57 +0200 Subject: [PATCH] workflow --- .github/workflows/continuousDeployment.yml | 2 +- .vscode/launch.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuousDeployment.yml b/.github/workflows/continuousDeployment.yml index 7d22d4c..0a293d5 100644 --- a/.github/workflows/continuousDeployment.yml +++ b/.github/workflows/continuousDeployment.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: "3.0.5" + flutter-version: "3.3.0" - name: Pub Get Packages run: flutter pub get diff --git a/.vscode/launch.json b/.vscode/launch.json index e5efc2b..020326a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -41,6 +41,13 @@ "request": "launch", "flutterMode": "debug", "program": "lib/scripts/test_email.dart" + }, + { + "name": "App run", + "type": "dart", + "request": "launch", + "flutterMode": "debug", + "program": "lib/scripts/app_run.dart" } ] }