File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.1] - 2025-01-27
11+
12+ ### Fixed
13+
14+ - Fixed null cast issue when using inline assistant configuration
15+ - Made ` assistantId ` nullable in interface and implementations
16+
17+ ### Platform Support
18+
19+ - Updated iOS deployment target requirement to 13.0+ in README
20+ - Updated Android minimum SDK requirement to 24 in README
21+
1022## [ 0.1.0] - 2024-02-12
1123
1224### Added
Original file line number Diff line number Diff line change 11name : vapi
22description : " The Vapi Flutter Client SDK with unified mobile and web support."
3- version : 0.1.0
3+ version : 0.1.1
44homepage : https://vapi.ai/
55
66environment :
@@ -12,17 +12,17 @@ dependencies:
1212 sdk : flutter
1313 flutter_web_plugins :
1414 sdk : flutter
15-
15+
1616 # general dependencies
1717 http : ^1.2.0
1818
19-
19+
2020 # Mobile-specific dependencies
2121 daily_flutter : ^0.31.0
2222 # Note: permission_handler is constrained by daily_flutter 0.31.0
2323 # which requires ^11.3.1. Update when daily_flutter supports ^12.0.0
2424 permission_handler : ^11.3.1
25-
25+
2626 # Web-specific dependencies
2727 web : ^1.1.0
2828
You can’t perform that action at this time.
0 commit comments