-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (31 loc) · 741 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (31 loc) · 741 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
name: windmillcode_peerdart
version: 1.5.4021
homepage: https://github.com/WindMillCode/peerdart
description: Simple peer-to-peer with WebRTC for Dart. PeerJS port for Flutter.
repository: https://github.com/WindMillCode/peerdart
topics:
- webrtc
- file-transfer
- flutter
- datachannel
- peer
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: ">=1.22.0"
dependencies:
http: ^1.2.1
uuid: ^4.4.0
flutter_webrtc: ^0.11.2
socket_io_client: ^2.0.3+1
events_emitter: ^0.5.2
sdp_transform: ^0.3.2
msgpack_dart: ^1.0.1
web_socket_channel: ^3.0.0
json_annotation: ^4.9.0
dev_dependencies:
lints: ^4.0.0
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
build_runner: ^2.4.11
unused_import_remover: ^1.0.1