Any XMPP plugin for flutter?

3,714

Yes friend there are 3 available as of now and I am listing them below and you can check them :-

  1. flutter xmpp :- https://pub.dev/packages/flutter_xmpp
  2. Xmpp stone :- https://pub.dev/packages/xmpp_stone
  3. flutter xmpp plugin :- https://pub.dev/packages/flutter_xmpp_plugin
Share:
3,714
Steve Chan
Author by

Steve Chan

A developer focusing on creating mobile applications on iOS and Flutter.

Updated on December 12, 2022

Comments

  • Steve Chan
    Steve Chan over 1 year

    I'm looking for a XMPP library or plugin for my flutter project to build chat app.

    I've tried looking at https://pub.dartlang.org searching for XMPP but no luck. Searched github and found this https://github.com/MaxHorstmann/dart-xmpp but unfortunately its a half cooked library which has stopped development.

    Hope someone can share or recommend me a library or plugin for flutter/dart XMPP?