- Initial release.
- Minor Updates.
- Connection Headers and Transport customization added
- Minor changes and a bug fix for invokeServerMethod
- Minor Updates.
- Fixed a bug where invokeMethod only accepting string as return value
- Possible fix for callbacks throwing exception about type mismatch.
- invokeMethod now has generic return type & upto 10 arguments support.
- HubCallBack function now returns the value as well as the subscribed method name.
- invokeMethod now can take as many arguments as you want.
- Possible fix for ios Hub events not returning
- Fix for ios Hub events not returning
- Fixed Duplicated Hub events for ios.
- Fix a issue where hub callback only accepting strings.
- Hub callback now returns the message as well as the subscribed method name.
- Made invokeMethod generic.
- As many arguments as you want in invokeMethod.
- fix for ios Hub events not working.
- Null Safety Support
- IsConnected Method Added
- 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.
- Fix for invokeMethod calls having no return value.
- Updated signalr for iOS.
- Transport fallback properly added for iOS.
- App bundle build issue fix.
- Removed unnecessary platform exceptions.
- Updated dependencies.
- 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.
-
[#64] upgraded GPA (Android Gradle Plugin) to version 8 to comply to deprication of the old flutter gradle implementation. (link)[https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply]
-
[#64] Plugin now requires the following:
- Flutter >=3.19.0
- Dart >=3.3.0
- compileSDK 33 for Android part
- Java 17 for Android part
- Gradle 8.0 for Android part