-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpubspec.yaml
87 lines (74 loc) · 1.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: waterbus_sdk
description: Flutter plugin of Waterbus. Build video call or online meeting application with SFU model. Supports iOS, Android.
version: 1.5.3
homepage: https://docs.waterbus.tech
repository: https://github.com/waterbustech/waterbus-flutter-sdk
issue_tracker: https://github.com/waterbustech/waterbus-flutter-sdk/issues
environment:
sdk: '>=3.1.5 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
# Network
connectivity_plus: ^6.1.1
rhttp: ^0.9.8
http: ^1.2.2
dio: ^5.6.0
dio_smart_retry: ^6.0.0
dio_cache_interceptor: ^3.5.1
dio_compatibility_layer: ^0.1.0
socket_io_client: ^3.0.2
# Storage
hive: ^2.2.3
# Utils
collection: '^1.16.0'
universal_io: ^2.2.2
equatable: ^2.0.5
logger: ^2.5.0
path_provider: ^2.1.4
wakelock_plus: ^1.2.8
replay_kit_launcher: ^1.0.0
waterbus_callkit_incoming: ^2.0.0+5
web: ^1.0.0
cryptography: ^2.7.0
convert: ^3.1.1
# WebRTC
sdp_transform: ^0.3.2
h264_profile_level_id: ^0.2.1
dart_webrtc_plus: ^1.4.6+2
flutter_webrtc_plus: ^0.12.1+3
# flutter_webrtc_plus:
# path: /Users/lambiengcode/Documents/waterbus/flutter-webrtc-plus
# Dependency Injection
get_it: ^7.6.8
injectable: ^2.4.4
dev_dependencies:
flutter_test:
sdk: flutter
# Lints
flutter_lints: ^5.0.0
import_sorter: ^4.6.0
# Code Generator
injectable_generator: ^2.6.2
build_runner: ^2.4.13
mockito: ^5.4.4
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
plugin:
platforms:
android:
package: com.waterbus.waterbus_sdk
pluginClass: WaterbusSdkPlugin
ios:
pluginClass: WaterbusSdkPlugin
import_sorter:
comments: false
topics:
- webrtc
- sfu
- video
- conferencing
- waterbus