0

Flutter and Twilio chat integration? Twilio released separately android and ios. any other alternative is there for Flutter?

Anuj Raghuvanshi
  • 664
  • 1
  • 7
  • 24
  • Check this: https://pub.dev/packages/twilio_programmable_chat – Rob Mar 27 '21 at 05:06
  • This package is currently work-in-progress and should not be used for production apps. We can't guarantee that the current API implementation will stay the same between versions, until we have reached v1.0.0. – subash sethuraman Mar 27 '21 at 05:22
  • Or you can use https://pub.dev/packages/twilio_flutter – AVEbrahimi Mar 27 '21 at 07:54
  • Thanks@AVEbrahimi A Package that helps with twilio API.Currenty supports only sms sending functionality.With time more features will be released.i want Twilio chat. – subash sethuraman Mar 27 '21 at 13:10

1 Answers1

1

Twilio developer evangelist here.

Just to let you know, Twilio Programmable Chat will be sunsetted on July 25th 2022, so we don't recommend building new applications with Chat.

However, Programmable Chat will be replaced by Twilio Conversations.

There is not a Flutter library that implements Twilio Conversations, that I am aware of, but you should look for or build a library that works with Conversations so that you future proof your application.

philnash
  • 70,667
  • 10
  • 60
  • 88