diff --git a/pubspec.lock b/pubspec.lock index 18e927b9f..afec622d5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2396,13 +2396,13 @@ packages: source: hosted version: "1.2.0" win32: - dependency: transitive + dependency: "direct overridden" description: name: win32 - sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4 + sha256: "0eaf06e3446824099858367950a813472af675116bf63f008a4c2a75ae13e9cb" url: "https://pub.dev" source: hosted - version: "5.5.1" + version: "5.5.0" win32_registry: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4d9d028d2..d89ef7d80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -161,3 +161,4 @@ dependency_overrides: git: url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git ref: null-safety + win32: 5.5.0 \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 046b1ad66..a32ad5704 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -66,7 +66,7 @@ parts: flutter-git: source: https://github.com/flutter/flutter.git - source-tag: 3.22.2 + source-tag: 3.19.6 source-depth: 1 plugin: nil override-build: |