pipecat_flutter_platform_interface 3.0.0
pipecat_flutter_platform_interface: ^3.0.0 copied to clipboard
A common platform interface for the pipecat_flutter plugin.
3.0.0 #
- BREAKING: Remove
LlmFunctionCallEvent(which mapped to the deprecated RTVI messagellm-function-call). Apps should migrate to the three new lifecycle events below. - feat: Add
LlmFunctionCallStartedEvent,LlmFunctionCallInProgressEvent, andLlmFunctionCallStoppedEventcovering the modern pipecat RTVI function-call lifecycle (llm-function-call-started/llm-function-call-in-progress/llm-function-call-stopped).
2.3.1 #
- docs: Clarify local microphone and bot-audio subscription controls.
2.3.0 #
- feat: Add transport diagnostics.
- feat: Add sub-phases connection statuses.
2.2.0 #
- chore: Bump package version to
2.2.0.
2.1.0 #
- feat: Implement
client-message
2.0.2 #
- feat: send LLM tool call result
- fix: missing argument for parameter
2.0.0 #
- Refactor: single canonical stream
0.2.0+2 #
- Integrate
sendText
0.1.0+1 #
- Uses Pigeon for code generation to apply multi-platform support for iOS and Android
- Throws an exception for unsupported platforms