Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.34 KB

File metadata and controls

51 lines (33 loc) · 1.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.1] - 2025-01-27

Fixed

  • Fixed null cast issue when using inline assistant configuration
  • Made assistantId nullable in interface and implementations

Platform Support

  • Updated iOS deployment target requirement to 13.0+ in README
  • Updated Android minimum SDK requirement to 24 in README

[0.1.0] - 2024-02-12

Added

  • Initial release of Vapi Flutter SDK
  • Unified mobile and web support
  • Real-time voice conversation capabilities
  • Assistant configuration and customization
  • Event-based communication system
  • Support for custom messages and interruptions
  • Comprehensive error handling
  • Platform-specific optimizations for mobile (iOS/Android) and web

Platform Support

  • iOS: Microphone permissions and audio session handling
  • Android: Required permissions for audio recording
  • Web: Dynamic SDK loading via CDN

Dependencies

  • Mobile: daily_flutter for WebRTC support
  • Web: Vapi Web SDK loaded dynamically
  • Cross-platform HTTP client support

[0.2.0] - 2025-06-25

Added

  • Updated the dependencies of daily_flutter and others to latest version