- 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.
- Intitial Version