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

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';
8
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