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).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fc_sip_uaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fc_sip_ua: ^1.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fc_sip_ua/fc_sip_ua.dart';