- Emit events once the HubConnectionState changes
- Upgrade packages and remove warnings
- Fix the disconnect exception caused by send message error
- Allowing invocation arguments to be null
- Fix broken authorization in SSE (Server Side Events) transport
- Add MessagePack with WEB support.
- Add Msgpack support and added some tests.
- Migrate examples to ASP NET core 6
- Add Timeout option for requests to resolve unexpected Timeout Exceptions
- Migrate examples to Android embedding v2
- Fix formatting issues
- Update readme
- Exposes default MessageHeaders for HttpRequests
- Remove warnings
- Update readme
- Fix on error calling onReceive, error: type 'List' is not a subtype of type 'List?'
- Fix an error when CompletionMessage doesn't have error and returns null on result property.
- Bug fix
- Fix all flutter formatting issues
- Fix formatting issues
- Null safety migration
- Fix pub.dev evaluation result for native support
- Add support for web
- Bug fixes
- Upgrade packages
- Upgrade to Flutter 2
- Dart format files
- Move chat client files to example folder
- Add dispose to chat client example view
- Re-format (dart) files
- Align codebase with AspNetCore 3.1 Typescript client codebase, including support for auto-reconnect
- Minor changes
- Fix the exception for: Response Content-Type not supported: [application/json; charset=UTF-8]
- Merged pull request "Prepare for Uint8List SDK breaking change"
- Fix complex object serialization to json.
- Prevent null exception when calling HubConnection.stop()
- Change the logging behaviour: The client uses the dart standard logging package instead of a proprietary logging behaviour (see readme for an example).
- Fixes a bug within the MessageHeaders class.
- Be more descriptional within the desciption of the pubspec.yaml
- Be more descriptional within the desciption of the pubspec.yaml
- Chat client/server example added.
- Reformat Library code to compile to PUB spec.
- Added some more description to the readme.
- Initial Version
- Added try catch for api calls
- Connection timeout increased