linphone_flutter_plugin 0.0.2
linphone_flutter_plugin: ^0.0.2 copied to clipboard
Linphone Flutter Plugin is a Flutter package that integrates the Linphone SDK's native Android calling functionalities into Flutter applications. Designed for Voice over IP (VOIP) communication, this [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add linphone_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
linphone_flutter_plugin: ^0.0.2Alternatively, 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:linphone_flutter_plugin/CallLog.dart';
import 'package:linphone_flutter_plugin/call_state.dart';
import 'package:linphone_flutter_plugin/linphoneflutterplugin.dart';
import 'package:linphone_flutter_plugin/login_state.dart';