Skip to content

Commit 67dc668

Browse files
committed
v0.2.4
1 parent ba63783 commit 67dc668

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.4
2+
3+
* [windows][bug] fix the crash bug on windows targeting c++20 (#47)
4+
15
## 0.2.3
26

37
* fix(macos): Fix app will crash when closing the tray. #44

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include: package:mostly_reasonable_lints/flutter.yaml
1+
include: package:mostly_reasonable_lints/analysis_options.yaml

example/pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,26 @@ packages:
7171
dependency: transitive
7272
description:
7373
name: leak_tracker
74-
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
74+
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
7575
url: "https://pub.dev"
7676
source: hosted
77-
version: "10.0.0"
77+
version: "10.0.5"
7878
leak_tracker_flutter_testing:
7979
dependency: transitive
8080
description:
8181
name: leak_tracker_flutter_testing
82-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
82+
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "2.0.1"
85+
version: "3.0.5"
8686
leak_tracker_testing:
8787
dependency: transitive
8888
description:
8989
name: leak_tracker_testing
90-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
90+
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
9191
url: "https://pub.dev"
9292
source: hosted
93-
version: "2.0.1"
93+
version: "3.0.1"
9494
lints:
9595
dependency: transitive
9696
description:
@@ -111,10 +111,10 @@ packages:
111111
dependency: transitive
112112
description:
113113
name: material_color_utilities
114-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
114+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
115115
url: "https://pub.dev"
116116
source: hosted
117-
version: "0.8.0"
117+
version: "0.11.1"
118118
menu_base:
119119
dependency: transitive
120120
description:
@@ -127,10 +127,10 @@ packages:
127127
dependency: transitive
128128
description:
129129
name: meta
130-
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
130+
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
131131
url: "https://pub.dev"
132132
source: hosted
133-
version: "1.11.0"
133+
version: "1.15.0"
134134
mostly_reasonable_lints:
135135
dependency: "direct dev"
136136
description:
@@ -204,17 +204,17 @@ packages:
204204
dependency: transitive
205205
description:
206206
name: test_api
207-
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
207+
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
208208
url: "https://pub.dev"
209209
source: hosted
210-
version: "0.6.1"
210+
version: "0.7.2"
211211
tray_manager:
212212
dependency: "direct main"
213213
description:
214214
path: ".."
215215
relative: true
216216
source: path
217-
version: "0.2.3"
217+
version: "0.2.4"
218218
vector_math:
219219
dependency: transitive
220220
description:
@@ -227,10 +227,10 @@ packages:
227227
dependency: transitive
228228
description:
229229
name: vm_service
230-
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
230+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
231231
url: "https://pub.dev"
232232
source: hosted
233-
version: "13.0.0"
233+
version: "14.2.5"
234234
sdks:
235-
dart: ">=3.2.0-0 <4.0.0"
236-
flutter: ">=3.3.0"
235+
dart: ">=3.3.0 <4.0.0"
236+
flutter: ">=3.18.0-18.0.pre.54"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tray_manager
22
description: This plugin allows Flutter desktop apps to defines system tray.
3-
version: 0.2.3
3+
version: 0.2.4
44
homepage: https://github.com/leanflutter/tray_manager
55

66
platforms:
@@ -27,7 +27,7 @@ dependencies:
2727
dev_dependencies:
2828
flutter_test:
2929
sdk: flutter
30-
mostly_reasonable_lints: ^0.1.1
30+
mostly_reasonable_lints: ^0.1.2
3131

3232
flutter:
3333
plugin:

0 commit comments

Comments
 (0)