Release 3.1.5
3.1.5
New Feature:
- #435 feat!: unify the WebSocket transport with
package:web_socketfor a single native/web implementation. Custom implementations can be supplied throughsetWebSocketConnector(e.g.CupertinoWebSocket/OkHttpWebSocket);setExtraHeaderscontinues to work out of the box on native (dart:io) platforms via the default connector (browsers still cannot send custom headers on the WebSocket handshake). - #437 Added
OptionBuilder.disableWithCredentials()to mirrorenableWithCredentials().
Bug fix: