-
Notifications
You must be signed in to change notification settings - Fork 29
/
pubspec.yaml
49 lines (38 loc) · 1 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
name: mqtt5_client
description: A server and browser based MQTT5 client for Dart supporting normal, secure sockets and websockets.
version: 4.6.1
repository: https://github.com/shamblett/mqtt5_client
homepage: https://github.com/shamblett/mqtt5_client
environment:
sdk: '>=3.0.0 <4.0.0'
funding:
- https://www.darticulate.com/#funding
dependencies:
typed_data: '^1.4.0'
event_bus: '^2.0.1'
path: '^1.9.1'
universal_html: '^2.2.4'
crypto: '^3.0.6'
meta: '^1.16.0'
web: '>=0.5.0 <2.0.0'
dev_dependencies:
test: '^1.25.8'
mockito: '^5.4.4'
mocktail: '^1.0.4'
build_runner: '^2.4.13'
build_test: '^2.2.2'
build_web_compilers: '^4.0.11'
lints: '^5.0.0'
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
false_secrets:
- /test/pem/self_signed.key
- /test/pem/localhost.key