forked from livekit/client-sdk-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (34 loc) · 906 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
42 lines (34 loc) · 906 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
40
41
42
name: livekit_example
description: Example app that uses LiveKit Flutter SDK
publish_to: 'none'
version: 1.0.0
environment:
sdk: ">=2.17.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
intl: ^0.19.0
flutter_background: ^1.1.0
permission_handler: ^11.3.1
provider: ^6.0.1
logging: ^1.0.1
shared_preferences: ^2.0.7
google_fonts: ^6.2.1
flutter_svg: ^2.0.5
dropdown_button2: ^2.3.6
collection: '>=1.16.0'
livekit_client:
path: ../
dependency_overrides:
# Pin packages that use Apple APIs unavailable on CI runner's Xcode version.
connectivity_plus: '>=7.0.0 <7.1.0' # NWPath.isUltraConstrained
device_info_plus: '>=12.3.0 <12.4.0' # NSProcessInfo.isiOSAppOnVision
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- images/logo-dark.svg