liblinphone_flutter/pubspec.yaml
Andrew G 0375fe4d1a feat: implement Linphone SDK integration with video call support
Complete rewrite from stub plugin to (probably) functional liblinphone integration featuring:
- Core SDK bridge with registration, calls, and media controls
- Platform views for remote and local video rendering
- Event channels for registration and call state updates
2026-01-22 16:15:28 +07:00

27 lines
643 B
YAML

name: liblinphone_flutter
description: "libLinPhone integration library for Flutter apps"
version: 0.0.2
homepage: "https://git.nuark.xyz/nuark/liblinphone_flutter"
environment:
sdk: ^3.9.0-333.2.beta
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: xyz.nuark.liblinphone_flutter
pluginClass: LiblinphoneFlutterPlugin
ios:
pluginClass: LiblinphoneFlutterPlugin