Releases: AS-Devs/signalr_flutter
Releases · AS-Devs/signalr_flutter
v0.2.1
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
- @mohas made their first contribution in #53
- @devaronius made their first contribution in #65
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Rewrote the plugin using pigeon.
- Removed unnecessary platform exceptions.
- Updated signalr for iOS.
- Updated all dependencies to the latest.
- Breaking Changes:
invokeMethodnow take only strings as arguments instead of dynamic.
invokeMethodnow returns only string as result.
hubCallbacknow also returns string as message instead of dynamic.
v0.2.0-dev.1
-
Rewrote the plugin using pigeon
-
Breaking Changes:
invokeMethodnow take only strings as arguments instead of dynamic.
invokeMethodnow returns only string as result.
hubCallbacknow also returns string as message instead of dynamic.
v0.1.2
v0.1.1
v0.1.0
0.0.6-dev.1
Changes for pre-release in pub Signed-off-by: Ayon Das <[email protected]>
0.0.6-dev.2
Merge pull request #7 from AS-Devs/development Bug fix for InvokeMethod only accepting string value as return type.