-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (31 loc) · 804 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (31 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: vapi
description: "The Vapi Flutter Client SDK with unified mobile and web support."
version: 0.1.1
homepage: https://vapi.ai/
environment:
sdk: ">=3.6.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
# general dependencies
http: ^1.2.0
# Mobile-specific dependencies
daily_flutter: ^0.31.0
# Note: permission_handler is constrained by daily_flutter 0.31.0
# which requires ^11.3.1. Update when daily_flutter supports ^12.0.0
permission_handler: ^11.3.1
# Web-specific dependencies
web: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
plugin:
platforms:
web:
pluginClass: VapiWebClient
fileName: src/platform/web/vapi_web_client.dart