fxmpp 1.0.0-alpha.2 copy "fxmpp: ^1.0.0-alpha.2" to clipboard
fxmpp: ^1.0.0-alpha.2 copied to clipboard

A Flutter plugin for XMPP (Extensible Messaging and Presence Protocol) communication, supporting both iOS and Android platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fxmpp

With Flutter:

 $ flutter pub add fxmpp

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fxmpp: ^1.0.0-alpha.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fxmpp/fxmpp.dart';
7
likes
0
points
232
downloads

Publisher

verified publisherhainguyen.dev

Weekly Downloads

A Flutter plugin for XMPP (Extensible Messaging and Presence Protocol) communication, supporting both iOS and Android platforms.

Homepage
Repository (GitHub)
View/report issues

Topics

#xmpp #messaging #chat #communication #real-time

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, xml

More

Packages that depend on fxmpp

Packages that implement fxmpp