fc_sip_ua 1.1.1
fc_sip_ua: ^1.1.1 copied to clipboard
FuncCloud fork of sip_ua with a Dart 3.12 / Flutter 3.44 web compile fix (package:web WebSocket protocols is JSAny).
fc_sip_ua #
FuncCloud fork of sip_ua / dart-sip-ua.
Why this fork? sip_ua 1.1.0 does not compile for Flutter web on Flutter 3.44 / Dart 3.12: package:web's WebSocket constructor takes JSAny for the subprotocol, not String (upstream #584).
This package is sip_ua 1.1.0 plus:
WebSocket(_url, 'sip'.toJS);
Drop the fork and go back to sip_ua when that ships on pub.
Install #
dependencies:
fc_sip_ua: ^1.1.1
import 'package:fc_sip_ua/sip_ua.dart';
The public API matches sip_ua. Only the import URI changes.
License #
MIT, same as upstream. Copyright (c) 2019 CloudWebRTC; FuncCloud maintains this fork.