Skip to content

Releases: AS-Devs/signalr_flutter

v0.2.0

07 Nov 15:34
158cfe1
Compare
Choose a tag to compare
  • 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.

v0.2.0-dev.1

13 Nov 08:38
Compare
Choose a tag to compare
v0.2.0-dev.1 Pre-release
Pre-release
  • Rewrote the plugin using pigeon

  • 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.

Pub Link

v0.1.2

03 May 15:40
c14ba5c
Compare
Choose a tag to compare
  • IsConnected Method Added

v0.1.1

01 May 16:23
a70004d
Compare
Choose a tag to compare

Null Safety Support

v0.1.0

20 Jan 17:51
61fd65f
Compare
Choose a tag to compare
Merge pull request #12 from AS-Devs/development

Hub callback bug fixes & invokeMethod improvements

0.0.6-dev.1

25 Oct 16:22
Compare
Choose a tag to compare
0.0.6-dev.1 Pre-release
Pre-release
Changes for pre-release in pub

Signed-off-by: Ayon Das <ayantorres@gmail.com>

0.0.6-dev.2

21 Nov 13:40
209da71
Compare
Choose a tag to compare
0.0.6-dev.2 Pre-release
Pre-release
Merge pull request #7 from AS-Devs/development

Bug fix for InvokeMethod only accepting string value as return type.

v0.0.5

27 Sep 15:10
209da71
Compare
Choose a tag to compare
Merge pull request #7 from AS-Devs/development

Bug fix for InvokeMethod only accepting string value as return type.