Skip to content

Commit 631319c

Browse files
committed
chore: update dependencies
1 parent 7bebd72 commit 631319c

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

pubspec.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ packages:
6969
dependency: transitive
7070
description:
7171
name: assorted_layout_widgets
72-
sha256: "86eacbd25f7dd14a8182003935b07d94205ae4b0e6bedee03bde1404746bb7a9"
72+
sha256: "86c6942f569f7f70bfb03b9cb0ada9bf5aee72264aaefdb0e2be0fbee70cfb06"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "10.7.0"
75+
version: "11.0.0"
7676
async:
7777
dependency: transitive
7878
description:
@@ -1902,10 +1902,10 @@ packages:
19021902
dependency: transitive
19031903
description:
19041904
name: vector_graphics_compiler
1905-
sha256: "557a315b7d2a6dbb0aaaff84d857967ce6bdc96a63dc6ee2a57ce5a6ee5d3331"
1905+
sha256: ca81fdfaf62a5ab45d7296614aea108d2c7d0efca8393e96174bf4d51e6725b0
19061906
url: "https://pub.dev"
19071907
source: hosted
1908-
version: "1.1.17"
1908+
version: "1.1.18"
19091909
vector_math:
19101910
dependency: "direct main"
19111911
description:
@@ -2061,10 +2061,11 @@ packages:
20612061
yaru:
20622062
dependency: "direct main"
20632063
description:
2064-
name: yaru
2065-
sha256: "39645e95ad17c4aa87e857227c927446ea49c8042205f4911b03f833ed021849"
2066-
url: "https://pub.dev"
2067-
source: hosted
2064+
path: "."
2065+
ref: c32d0c50cb65387beb74f6dc000d312e8a4b78aa
2066+
resolved-ref: c32d0c50cb65387beb74f6dc000d312e8a4b78aa
2067+
url: "https://github.com/gev/yaru.dart"
2068+
source: git
20682069
version: "8.1.0"
20692070
yaru_window:
20702071
dependency: transitive
@@ -2108,4 +2109,4 @@ packages:
21082109
version: "0.0.4"
21092110
sdks:
21102111
dart: ">=3.8.1 <4.0.0"
2111-
flutter: ">=3.32.7"
2112+
flutter: ">=3.35.0"

pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ dependency_overrides:
190190
url: https://github.com/m-berto/flutter_secure_storage.git
191191
ref: patch-2
192192
path: flutter_secure_storage_linux
193+
194+
yaru:
195+
git:
196+
url: https://github.com/gev/yaru.dart
197+
ref: c32d0c50cb65387beb74f6dc000d312e8a4b78aa
193198

194199
# For information on the generic Dart part of this file, see the
195200
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)