Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Feb 26, 2023
1 parent 1775323 commit b5b1576
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
## 0.1.5

* Make sure the web project build

## 0.1.4

- bump win32_registry to 1.0.2
- Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
* bump win32_registry to 1.0.2
* Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6

## 0.1.3

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

## 0.1.2

- Support android & ios platform.
* Support android & ios platform.

## 0.1.1

- [macos & windows] Implement `getInitialUrl` metnod.
* [macos & windows] Implement `getInitialUrl` metnod.

## 0.1.0

- First release.
* First release.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ https://user-images.githubusercontent.com/3889523/167283452-aff2535b-c322-45c7-9

```yaml
dependencies:
protocol_handler: ^0.1.4
protocol_handler: ^0.1.5
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
protocol_handler: ^0.1.4
protocol_handler: ^0.1.5
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: protocol_handler
description: This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
version: 0.1.4
version: 0.1.5
homepage: https://github.com/leanflutter/protocol_handler

platforms:
Expand Down

0 comments on commit b5b1576

Please sign in to comment.