From fbe25c6c1308e92ad89ebd11ec36860e28d322b1 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 8 May 2023 19:17:01 +0800 Subject: [PATCH] :construction_worker: Flutter 2/3 compatible --- .github/workflows/Release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index e06048d..5656a9c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -254,6 +254,7 @@ jobs: gsed -i "s/multi_select_flutter: ^4.0.0/multi_select_flutter: 4.1.2/g" pubspec.yaml gsed -i "s/multi_select_flutter: ^4.0.0/multi_select_flutter: 4.1.2/g" pubspec.yaml gsed -i "s/modal_bottom_sheet: ^3.0.0-pre/modal_bottom_sheet: 2.0.1/g" pubspec.yaml + gsed -i "s/Icons.energy_savings_leaf/Icons.ad_units/g" lib/screens/SettingsScreen.dart flutter pub get - name: Build (windows)