voice_forge_flutter 0.1.1
voice_forge_flutter: ^0.1.1 copied to clipboard
Flutter client for voice_forge: WebRTC voice calls with flutter_webrtc, WebSocket signaling, the agent.events data-channel contract, and barge-in.
0.1.1 #
- pub.flutter-io.cn score fix: added an
example/Flutter app.
0.1.0 #
- Renamed from
voicepipe_fluttertovoice_forge_flutter(same package, new brand; pairs with thevoice_forgeframework). - Initial release.
VoiceCallController: mic → WebRTC → voice_forge agent. agent.eventsdata-channel contract (user_transcript,assistant_text,agent_state,summary,booking_confirmed,connected,raw).- Instant barge-in via
sendBargeIn(). - Data-channel RTT pings surfaced through
rttMs. - Clean
end()/dispose()teardown.