From 7c170032c72ecffdacba09a224244528d7020c2e Mon Sep 17 00:00:00 2001 From: Ayon Das Date: Mon, 7 Nov 2022 20:54:23 +0530 Subject: [PATCH] Bumped plugin version to 0.2.0 Signed-off-by: Ayon Das --- CHANGELOG.md | 13 ++++++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 5 +++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752b2d7..0f276b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,4 +81,15 @@ ## 0.2.0-dev.5 * Removed unnecessary platform exceptions. -* Updated dependencies. \ No newline at end of file +* 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. \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 5a24bc4..b194746 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index d58121b..ff927bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"