From b4b90eec638cf7535e7983ff5c5b95744b3706e0 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:32:16 +0100 Subject: [PATCH] fix: use forked material_symbols_icons for IconData compat --- .github/workflows/build.yml | 2 -- pubspec.lock | 9 +++++---- pubspec.yaml | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e77aa1c5..8cbe778d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -361,7 +361,6 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "master" - flutter-version: "3.41.5" cache: true - name: Cache Pub dependencies @@ -589,7 +588,6 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "master" - flutter-version: "3.41.5" cache: true - name: Cache Pub dependencies diff --git a/pubspec.lock b/pubspec.lock index 07005b75..c821c191 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -668,10 +668,11 @@ packages: material_symbols_icons: dependency: "direct main" description: - name: material_symbols_icons - sha256: c62b15f2b3de98d72cbff0148812f5ef5159f05e61fc9f9a089ec2bb234df082 - url: "https://pub.dev" - source: hosted + path: "." + ref: "1d8cd83" + resolved-ref: "1d8cd8325db29691a01738a25f220dd3515bd1e2" + url: "https://github.com/edde746/material_symbols_icons" + source: git version: "4.2906.0" meta: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 07f12810..6cd97655 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -87,6 +87,10 @@ dependency_overrides: url: https://github.com/edde746/auto_updater ref: 9e150f7 path: packages/auto_updater_windows + material_symbols_icons: + git: + url: https://github.com/edde746/material_symbols_icons + ref: 1d8cd83 flutter: uses-material-design: true