fxmpp 1.0.0 copy "fxmpp: ^1.0.0" to clipboard
fxmpp: ^1.0.0 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 Flutter:

 $ flutter pub add fxmpp

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

dependencies:
  fxmpp: ^1.0.0

Alternatively, your editor might support 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';
9
likes
150
points
27
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, xml

More

Packages that depend on fxmpp

Packages that implement fxmpp