Skip to content

Commit d7e402d

Browse files
committed
v0.1.4
1 parent dd1e853 commit d7e402d

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.4
2+
3+
- bump win32_registry to 1.0.2
4+
- Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
5+
16
## 0.1.3
27

38
- [windows] fix startup crash when argc is 1 #4

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ https://user-images.githubusercontent.com/3889523/167283452-aff2535b-c322-45c7-9
5555

5656
```yaml
5757
dependencies:
58-
protocol_handler: ^0.1.3
58+
protocol_handler: ^0.1.4
5959
```
6060
6161

README.md

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

5656
```yaml
5757
dependencies:
58-
protocol_handler: ^0.1.3
58+
protocol_handler: ^0.1.4
5959
```
6060
6161
Or

example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ SPEC CHECKSUMS:
2525

2626
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
2727

28-
COCOAPODS: 1.11.2
28+
COCOAPODS: 1.11.3

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.1.3"
139+
version: "0.1.4"
140140
sky_engine:
141141
dependency: transitive
142142
description: flutter
@@ -197,14 +197,14 @@ packages:
197197
name: win32
198198
url: "https://pub.dartlang.org"
199199
source: hosted
200-
version: "2.4.1"
200+
version: "2.6.1"
201201
win32_registry:
202202
dependency: transitive
203203
description:
204204
name: win32_registry
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "0.1.2"
207+
version: "1.0.2"
208208
window_manager:
209209
dependency: "direct main"
210210
description:
@@ -213,5 +213,5 @@ packages:
213213
source: hosted
214214
version: "0.2.0"
215215
sdks:
216-
dart: ">=2.17.0-0 <3.0.0"
216+
dart: ">=2.17.0 <3.0.0"
217217
flutter: ">=2.5.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: protocol_handler
22
description: This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://github.com/leanflutter/protocol_handler
55

66
platforms:
@@ -16,7 +16,7 @@ dependencies:
1616
flutter:
1717
sdk: flutter
1818

19-
win32_registry: ^0.1.2
19+
win32_registry: ^1.0.2
2020

2121
dev_dependencies:
2222
flutter_test:

0 commit comments

Comments
 (0)