forked from livekit/client-sdk-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
70 lines (61 loc) · 1.58 KB
/
pubspec.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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.18.1
flutter_background: ^1.1.0
permission_handler: ^10.2.0
provider: ^6.0.1
logging: ^1.0.1
shared_preferences: ^2.0.7
google_fonts: ^4.0.4
flutter_svg: ^2.0.5
livekit_client:
path: ../
# git:
# url: https://github.com/livekit/client-sdk-flutter
# ref: main
dependency_overrides:
sdp_transform:
path: /Users/pl/Documents/open-source/forks/dart-sdp-transform
platform_detect:
git:
url: https://github.com/powntheep/platform_detect.git
ref: master
device_info_plus:
git:
url: https://github.com/powntheep/plus_plugins.git
path: packages/device_info_plus/device_info_plus
ref: main
connectivity_plus:
git:
url: https://github.com/powntheep/plus_plugins.git
path: packages/connectivity_plus/connectivity_plus
ref: main
flutter_window_close:
git:
url: https://github.com/powntheep/flutter_window_close.git
ref: main
dart_webrtc:
path: /Users/pl/Documents/open-source/forks/dart-webrtc
flutter_webrtc:
path: /Users/pl/Documents/open-source/forks/flutter-webrtc
http:
git:
url: https://github.com/dart-lang/http.git
ref: master
path: pkgs/http
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- images/logo-dark.svg