Skip to content

Releases: AS-Devs/signalr_flutter

v0.2.1

10 Aug 15:40
8bd721a

Choose a tag to compare

What's Changed

  • connection error feedback with connectionErrorCallback by @mohas in #53
  • feat(#64): Upgraded example and plugin library to use the new GPA 8 s… by @devaronius in #65

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Nov 15:34
158cfe1

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

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

Choose a tag to compare

  • IsConnected Method Added

v0.1.1

01 May 16:23
a70004d

Choose a tag to compare

Null Safety Support

v0.1.0

20 Jan 17:51
61fd65f

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

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 <[email protected]>

0.0.6-dev.2

21 Nov 13:40
209da71

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

Choose a tag to compare

Merge pull request #7 from AS-Devs/development

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