Skip to content

Commit e87a0ac

Browse files
committed
0.1.4
1 parent 563ba4f commit e87a0ac

File tree

5 files changed

+22
-25
lines changed

5 files changed

+22
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
* [windows] fix crash: win event channel #5
4+
15
## 0.1.3
26

37
* Remove protocol_handler dependency

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add this to your package's pubspec.yaml file:
4141

4242
```yaml
4343
dependencies:
44-
uni_links_desktop: ^0.1.3
44+
uni_links_desktop: ^0.1.4
4545
```
4646
4747
Or

example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
1414
:path: Flutter/ephemeral/.symlinks/plugins/uni_links_desktop/macos
1515

1616
SPEC CHECKSUMS:
17-
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
17+
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
1818
uni_links_desktop: 45900fb319df48fcdea2df0756e9c2626696b026
1919

2020
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c

example/pubspec.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,21 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: transitive
4134
description:
@@ -56,7 +49,7 @@ packages:
5649
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "1.3.0"
52+
version: "1.3.1"
6053
ffi:
6154
dependency: transitive
6255
description:
@@ -106,35 +99,35 @@ packages:
10699
name: matcher
107100
url: "https://pub.dartlang.org"
108101
source: hosted
109-
version: "0.12.11"
102+
version: "0.12.12"
110103
material_color_utilities:
111104
dependency: transitive
112105
description:
113106
name: material_color_utilities
114107
url: "https://pub.dartlang.org"
115108
source: hosted
116-
version: "0.1.4"
109+
version: "0.1.5"
117110
meta:
118111
dependency: transitive
119112
description:
120113
name: meta
121114
url: "https://pub.dartlang.org"
122115
source: hosted
123-
version: "1.7.0"
116+
version: "1.8.0"
124117
path:
125118
dependency: transitive
126119
description:
127120
name: path
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.8.1"
123+
version: "1.8.2"
131124
plugin_platform_interface:
132125
dependency: transitive
133126
description:
134127
name: plugin_platform_interface
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "2.1.2"
130+
version: "2.1.3"
138131
sky_engine:
139132
dependency: transitive
140133
description: flutter
@@ -146,7 +139,7 @@ packages:
146139
name: source_span
147140
url: "https://pub.dartlang.org"
148141
source: hosted
149-
version: "1.8.2"
142+
version: "1.9.0"
150143
stack_trace:
151144
dependency: transitive
152145
description:
@@ -167,21 +160,21 @@ packages:
167160
name: string_scanner
168161
url: "https://pub.dartlang.org"
169162
source: hosted
170-
version: "1.1.0"
163+
version: "1.1.1"
171164
term_glyph:
172165
dependency: transitive
173166
description:
174167
name: term_glyph
175168
url: "https://pub.dartlang.org"
176169
source: hosted
177-
version: "1.2.0"
170+
version: "1.2.1"
178171
test_api:
179172
dependency: transitive
180173
description:
181174
name: test_api
182175
url: "https://pub.dartlang.org"
183176
source: hosted
184-
version: "0.4.9"
177+
version: "0.4.12"
185178
uni_links:
186179
dependency: "direct main"
187180
description:
@@ -195,7 +188,7 @@ packages:
195188
path: ".."
196189
relative: true
197190
source: path
198-
version: "0.1.3"
191+
version: "0.1.4"
199192
uni_links_platform_interface:
200193
dependency: transitive
201194
description:
@@ -223,7 +216,7 @@ packages:
223216
name: win32
224217
url: "https://pub.dartlang.org"
225218
source: hosted
226-
version: "2.7.0"
219+
version: "3.1.2"
227220
win32_registry:
228221
dependency: transitive
229222
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: uni_links_desktop
22
description: A desktop (supports macOS and Windows) implementation of uni_links plugin.
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://github.com/leanflutter/uni_links_desktop
55

66
platforms:

0 commit comments

Comments
 (0)