-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (37 loc) · 845 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
42 lines (37 loc) · 845 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
33
34
35
36
37
38
39
40
41
42
name: fxmpp
description: A Flutter plugin for XMPP (Extensible Messaging and Presence Protocol) communication, supporting iOS, Android, and Web platforms.
version: 1.0.0
homepage: https://hainguyen.dev
repository: https://github.com/haithngn/fxmpp
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.7
xml: ^6.5.0
web: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
plugin:
platforms:
android:
package: dev.hainguyen.fxmpp
pluginClass: FxmppPlugin
ios:
pluginClass: FxmppPlugin
web:
pluginClass: FxmppWeb
fileName: src/fxmpp_web.dart
topics:
- xmpp
- messaging
- chat
- communication
- real-time