Skip to content

Commit

Permalink
Bumped plugin version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ayon Das <[email protected]>
  • Loading branch information
AyonAB committed Nov 7, 2022
1 parent 9e6828f commit 7c17003
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,15 @@
## 0.2.0-dev.5

* Removed unnecessary platform exceptions.
* Updated dependencies.
* Updated dependencies.

## 0.2.0

* Rewrote the plugin using pigeon.
* Removed unnecessary platform exceptions.
* Updated signalr for iOS.
* Updated all dependencies to the latest.
* **Breaking Changes**:
* `invokeMethod` now take only strings as arguments instead of dynamic.
* `invokeMethod` now returns only string as result.
* `hubCallback` now also returns string as message instead of dynamic.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0-dev.5"
version: "0.2.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: signalr_flutter
description: A flutter plugin for .net SignalR client. This client is for ASP.Net SignalR, not for .Net Core SignalR.
version: 0.2.0-dev.5
homepage: https://pub.dev/packages/signalr_flutter
version: 0.2.0
repository: https://github.com/AS-Devs/signalr_flutter
issue_tracker: https://github.com/AS-Devs/signalr_flutter/issues

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 7c17003

Please sign in to comment.