voiceos_flutter 0.1.8
voiceos_flutter: ^0.1.8 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 Flutter:
$ flutter pub add voiceos_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voiceos_flutter: ^0.1.8Alternatively, 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:voiceos_flutter/voiceos_flutter.dart';