-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (42 loc) · 1.07 KB
/
Copy pathpubspec.yaml
File metadata and controls
49 lines (42 loc) · 1.07 KB
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
name: mqtt_client
description: A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.
version: 10.11.11
repository: https://github.com/shamblett/mqtt_client
homepage: https://github.com/shamblett/mqtt_client
funding:
- https://www.darticulate.com/#funding
environment:
sdk: '>=3.8.0 <4.0.0'
dependencies:
typed_data: '^1.4.0'
event_bus: '^2.0.1'
path: '^1.9.1'
crypto: '^3.0.6'
meta: '^1.16.0'
web: '>=0.5.0 <2.0.0'
characters: '^1.4.0'
dev_dependencies:
test: '^1.28.0'
lints: '^6.0.0'
build_runner: '^2.10.4'
build_test: '^3.5.4'
build_web_compilers: '^4.1.0'
mocktail: '^1.0.4'
http: '^1.6.0'
aws_signature_v4: '^0.6.9'
aws_common: '^0.7.11'
false_secrets:
- /test/pem/self_signed.key
- /test/pem/localhost.key
- /example/pem/dartbroker.pem
- /example/pem/dartbrokercert.pem
topics:
- iot
- chat
- mqtt
- data
screenshots:
- description: 'MQTT Specification'
path: example/screenshots/mqtt-ver.webp
- description: 'MQTT IOT Usage'
path: example/screenshots/MQTT-1.webp