-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpubspec.yaml
35 lines (28 loc) · 868 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
name: flutter_mqchat
description: MqChat client, this package enables you to use MQTT protocol as a chatting protocol, the broker should implement the HiveMq-Chat-Extension specifications.
version: 0.1.2
homepage: https://github.com/WahidNasri/flutter-mqtt-chat-client
repository: https://github.com/WahidNasri/flutter-mqtt-chat-client
documentation: https://github.com/WahidNasri/flutter-mqtt-chat-client/blob/dev/README.md
environment:
sdk: ">=2.16.1 <3.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
#==== MQTT CLIENT ====
mqtt_client: ^9.6.5
#==== UUID ====
uuid: ^3.0.4
#==== RXDART ====
rxdart: ^0.27.3
json_annotation: ^4.4.0
mime: ^1.0.1
path: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
copy_with_extension_gen: ^2.0.2
build_runner: ^2.0.4
json_serializable: ^6.1.1