baresip_flutter 0.2.1 copy "baresip_flutter: ^0.2.1" to clipboard
baresip_flutter: ^0.2.1 copied to clipboard

PlatformAndroid

A Flutter plugin for SIP VoIP calls using the BareSip SDK. Supports registration, incoming/outgoing calls, audio routing, and real-time event streaming on Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add baresip_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  baresip_flutter: ^0.2.1

Alternatively, 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:baresip_flutter/baresip_flutter.dart';
0
likes
160
points
222
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for SIP VoIP calls using the BareSip SDK. Supports registration, incoming/outgoing calls, audio routing, and real-time event streaming on Android.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on baresip_flutter

Packages that implement baresip_flutter