-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpubspec.yaml
47 lines (35 loc) · 839 Bytes
/
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
name: ws
description: >
WS: A compact, highly efficient WebSocket library. Easily establish, manage, and reconnect WebSocket connections in real-time apps.
version: 1.1.0-dev.1
homepage: https://github.com/plugfox/ws
repository: https://github.com/plugfox/ws
issue_tracker: https://github.com/plugfox/ws/issues
funding:
- https://www.buymeacoffee.com/plugfox
- https://www.patreon.com/plugfox
- https://boosty.to/plugfox
topics:
- ws
- websocket
- cross-platform
- reconnect
- socket
platforms:
android:
ios:
linux:
macos:
web:
windows:
screenshots:
- description: 'Example of using the ws library to connect to a WebSocket server.'
path: example.png
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
web: ">=0.5.1 <2.0.0"
meta: ^1.9.1
dev_dependencies:
lints: ^4.0.0
test: ^1.25.7