voiceos_flutter 0.1.3 copy "voiceos_flutter: ^0.1.3" to clipboard
voiceos_flutter: ^0.1.3 copied to clipboard

Production-grade Flutter SDK for AI voice calling powered by the VoiceOS Rust AI Voice Engine. Supports FCM, TelecomManager, ConnectionService, AudioRecord/AudioTrack (Android) and PushKit, CallKit, A [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add voiceos_flutter

With Flutter:

 $ flutter pub add voiceos_flutter

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

dependencies:
  voiceos_flutter: ^0.1.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:voiceos_flutter/voiceos_flutter.dart';
1
likes
0
points
328
downloads

Publisher

unverified uploader

Weekly Downloads

Production-grade Flutter SDK for AI voice calling powered by the VoiceOS Rust AI Voice Engine. Supports FCM, TelecomManager, ConnectionService, AudioRecord/AudioTrack (Android) and PushKit, CallKit, AVAudioEngine (iOS) with WebSocket real-time PCM streaming and native calling UI on both platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, flutter, http, package_info_plus, plugin_platform_interface, shared_preferences

More

Packages that depend on voiceos_flutter

Packages that implement voiceos_flutter