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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
## [ 0.1.0] - 2024-02-12
11
23
12
24
### Added
Original file line number Diff line number Diff line change 1
1
name : vapi
2
2
description : " The Vapi Flutter Client SDK with unified mobile and web support."
3
- version : 0.1.0
3
+ version : 0.1.1
4
4
homepage : https://vapi.ai/
5
5
6
6
environment :
@@ -12,17 +12,17 @@ dependencies:
12
12
sdk : flutter
13
13
flutter_web_plugins :
14
14
sdk : flutter
15
-
15
+
16
16
# general dependencies
17
17
http : ^1.2.0
18
18
19
-
19
+
20
20
# Mobile-specific dependencies
21
21
daily_flutter : ^0.31.0
22
22
# Note: permission_handler is constrained by daily_flutter 0.31.0
23
23
# which requires ^11.3.1. Update when daily_flutter supports ^12.0.0
24
24
permission_handler : ^11.3.1
25
-
25
+
26
26
# Web-specific dependencies
27
27
web : ^1.1.0
28
28
You can’t perform that action at this time.
0 commit comments