8
votes

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?

1
Perhaps this might help: pub.dev/packages/flutter_xmpp - Najeeb
@Najeeb this only works for android currently and still in development, but will follow this one in case they support iOS in future. Thanks anyway - Steve Chan
How about pub.dev/packages/xmpp_stone, otherwise, you may need to create your own via flutter.dev/docs/development/platform-integration/… - TWL

1 Answers

0
votes

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